#358170

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

Shades of Genoa #358170

Tints of Genoa #358170

Color information

#358170 (or 0x358170) is unknown color: approx Genoa. HEX triplet: 35, 81 and 70. RGB value is (53,129,112). Sum of RGB (Red+Green+Blue) = 53+129+112=294 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.03% from 294); Green value is 129 (50.78% from 255 or 43.88% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 129 - color contains mainly: green. Hex color #358170 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358170 is #CA7E8F. Grayscale: #686868. Windows color (decimal): -13270672 or 7373109. OLE color: 7373109.

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

Color convert

RGB53129112-
CMYK0.5900.130.49
HSL166.58º41.76%35.69%-
HSV(B)166.58º58.91%50.59%-
XYZ12.2417.6318.09-
YUV104.34132.3291.38-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.03%
GREEN value IS 129 (50.78% from 255) = 43.88%
BLUE value IS 112 (44.14% from 255) = 38.10%
R=18.03%
G=43.88%
B=38.10%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal531291120.5900.130.49166.5841.7635.69
Hex3581703B0D31a72a24
Octal6520116073015612475244
Binary1101011000000111100001110110110111000110100111101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358170; }

 p { color: rgb(53,129,112); }

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

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

 a { background-color: rgb(53,129,112); }

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

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

 span { border-color: rgb(53,129,112); }

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