#358377

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

Shades of Genoa #358377

Tints of Genoa #358377

Color information

#358377 (or 0x358377) is unknown color: approx Genoa. HEX triplet: 35, 83 and 77. RGB value is (53,131,119). Sum of RGB (Red+Green+Blue) = 53+131+119=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 131 (51.56% from 255 or 43.23% from 303); Blue value is 119 (46.88% from 255 or 39.27% from 303); Max value from RGB is 131 - color contains mainly: green. Hex color #358377 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358377 is #CA7C88. Grayscale: #6A6A6A. Windows color (decimal): -13270153 or 7832373. OLE color: 7832373.

HSL color Cylindrical-coordinate representation of color #358377: hue angle of 170.77º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #358377 is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB53131119-
CMYK0.6000.090.49
HSL170.77º42.39%36.08%-
HSV(B)170.77º59.54%51.37%-
XYZ12.9118.3220.31-
YUV106.31135.1689.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.49%
GREEN value IS 131 (51.56% from 255) = 43.23%
BLUE value IS 119 (46.88% from 255) = 39.27%
R=17.49%
G=43.23%
B=39.27%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal531311190.6000.090.49170.7742.3936.08
Hex3583773C0931ab2a24
Octal6520316774011612535244
Binary1101011000001111101111111000100111000110101011101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358377; }

 p { color: rgb(53,131,119); }

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

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

 a { background-color: rgb(53,131,119); }

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

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

 span { border-color: rgb(53,131,119); }

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