#358778

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

Shades of Genoa #358778

Tints of Genoa #358778

Color information

#358778 (or 0x358778) is unknown color: approx Genoa. HEX triplet: 35, 87 and 78. RGB value is (53,135,120). Sum of RGB (Red+Green+Blue) = 53+135+120=308 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.21% from 308); Green value is 135 (53.12% from 255 or 43.83% from 308); Blue value is 120 (47.27% from 255 or 38.96% from 308); Max value from RGB is 135 - color contains mainly: green. Hex color #358778 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358778 is #CA7887. Grayscale: #6C6C6C. Windows color (decimal): -13269128 or 7898933. OLE color: 7898933.

HSL color Cylindrical-coordinate representation of color #358778: hue angle of 169.02º 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 #358778 is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB53135120-
CMYK0.6100.110.47
HSL169.02º43.62%36.86%-
HSV(B)169.02º60.74%52.94%-
XYZ13.5219.4420.81-
YUV108.77134.3388.22-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.21%
GREEN value IS 135 (53.12% from 255) = 43.83%
BLUE value IS 120 (47.27% from 255) = 38.96%
R=17.21%
G=43.83%
B=38.96%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal531351200.6100.110.47169.0243.6236.86
Hex3587783D0B2Fa92c25
Octal6520717075013572515445
Binary1101011000011111110001111010101110111110101001101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358778; }

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

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

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

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

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

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

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

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