#358878

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

Shades of Genoa #358878

Tints of Genoa #358878

Color information

#358878 (or 0x358878) is unknown color: approx Genoa. HEX triplet: 35, 88 and 78. RGB value is (53,136,120). Sum of RGB (Red+Green+Blue) = 53+136+120=309 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.15% from 309); Green value is 136 (53.52% from 255 or 44.01% from 309); Blue value is 120 (47.27% from 255 or 38.83% from 309); Max value from RGB is 136 - color contains mainly: green. Hex color #358878 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358878 is #CA7787. Grayscale: #6D6D6D. Windows color (decimal): -13268872 or 7899189. OLE color: 7899189.

HSL color Cylindrical-coordinate representation of color #358878: hue angle of 168.43º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #358878 is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB53136120-
CMYK0.6100.120.47
HSL168.43º43.92%37.06%-
HSV(B)168.43º61.03%53.33%-
XYZ13.6619.7220.86-
YUV109.3613487.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.15%
GREEN value IS 136 (53.52% from 255) = 44.01%
BLUE value IS 120 (47.27% from 255) = 38.83%
R=17.15%
G=44.01%
B=38.83%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal531361200.6100.120.47168.4343.9237.06
Hex3588783D0C2Fa82c25
Octal6521017075014572505445
Binary1101011000100011110001111010110010111110101000101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358878; }

 p { color: rgb(53,136,120); }

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

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

 a { background-color: rgb(53,136,120); }

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

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

 span { border-color: rgb(53,136,120); }

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