#358574

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

Shades of Genoa #358574

Tints of Genoa #358574

Color information

#358574 (or 0x358574) is unknown color: approx Genoa. HEX triplet: 35, 85 and 74. RGB value is (53,133,116). Sum of RGB (Red+Green+Blue) = 53+133+116=302 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.55% from 302); Green value is 133 (52.34% from 255 or 44.04% from 302); Blue value is 116 (45.70% from 255 or 38.41% from 302); Max value from RGB is 133 - color contains mainly: green. Hex color #358574 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358574 is #CA7A8B. Grayscale: #6B6B6B. Windows color (decimal): -13269644 or 7636277. OLE color: 7636277.

HSL color Cylindrical-coordinate representation of color #358574: hue angle of 167.25º 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 #358574 is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB53133116-
CMYK0.6000.130.48
HSL167.25º43.01%36.47%-
HSV(B)167.25º60.15%52.16%-
XYZ13.0118.7919.46-
YUV107.1413389.38-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.55%
GREEN value IS 133 (52.34% from 255) = 44.04%
BLUE value IS 116 (45.70% from 255) = 38.41%
R=17.55%
G=44.04%
B=38.41%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal531331160.6000.130.48167.2543.0136.47
Hex3585743C0D30a72b24
Octal6520516474015602475344
Binary1101011000010111101001111000110111000010100111101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358574; }

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

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

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

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

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

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

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

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