#358579

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

Shades of Genoa #358579

Tints of Genoa #358579

Color information

#358579 (or 0x358579) is unknown color: approx Genoa. HEX triplet: 35, 85 and 79. RGB value is (53,133,121). Sum of RGB (Red+Green+Blue) = 53+133+121=307 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.26% from 307); Green value is 133 (52.34% from 255 or 43.32% from 307); Blue value is 121 (47.66% from 255 or 39.41% from 307); Max value from RGB is 133 - color contains mainly: green. Hex color #358579 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358579 is #CA7A86. Grayscale: #6B6B6B. Windows color (decimal): -13269639 or 7963957. OLE color: 7963957.

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

Color convert

RGB53133121-
CMYK0.6000.090.48
HSL171º43.01%36.47%-
HSV(B)171º60.15%52.16%-
XYZ13.3118.9121.04-
YUV107.71135.588.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.26%
GREEN value IS 133 (52.34% from 255) = 43.32%
BLUE value IS 121 (47.66% from 255) = 39.41%
R=17.26%
G=43.32%
B=39.41%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal531331210.6000.090.4817143.0136.47
Hex3585793C0930ab2b24
Octal6520517174011602535344
Binary1101011000010111110011111000100111000010101011101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358579; }

 p { color: rgb(53,133,121); }

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

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

 a { background-color: rgb(53,133,121); }

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

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

 span { border-color: rgb(53,133,121); }

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