#357465

Color #357465 Genoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Genoa #357465

Tints of Genoa #357465

Color information

#357465 (or 0x357465) is unknown color: approx Genoa. HEX triplet: 35, 74 and 65. RGB value is (53,116,101). Sum of RGB (Red+Green+Blue) = 53+116+101=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 116 (45.70% from 255 or 42.96% from 270); Blue value is 101 (39.84% from 255 or 37.41% from 270); Max value from RGB is 116 - color contains mainly: green. Hex color #357465 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357465 is #CA8B9A. Grayscale: #5F5F5F. Windows color (decimal): -13274011 or 6648885. OLE color: 6648885.

HSL color Cylindrical-coordinate representation of color #357465: hue angle of 165.71º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #357465 is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB53116101-
CMYK0.5400.130.55
HSL165.71º37.28%33.14%-
HSV(B)165.71º54.31%45.49%-
XYZ10.0614.1914.52-
YUV95.45131.1397.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 53 (21.09% from 255) = 19.63%
GREEN value IS 116 (45.70% from 255) = 42.96%
BLUE value IS 101 (39.84% from 255) = 37.41%
R=19.63%
G=42.96%
B=37.41%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal531161010.5400.130.55165.7137.2833.14
Hex357465360D37a62521
Octal6516414566015672464541
Binary110101111010011001011101100110111011110100110100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357465; }

 p { color: rgb(53,116,101); }

 H1.HeaderClassName
 {
   color: #357465;
 }
 .AnyTagClassName
 {
   color: #357465;
 }
</style>
background-color css

<style>
 a { background-color: #357465; }

 a { background-color: rgb(53,116,101); }

 div.DivClassName
 {
   background-color: #357465;
 }
 .BgClassName
 {
   background-color: #357465;
 }
</style>
border-color css

<style>
 span { border-color: #357465; }

 span { border-color: rgb(53,116,101); }

 td.TdClassName
 {
   border-color: #357465;
 }
 .TagClassName
 {
   border-color: #357465;
 }
</style>