#358979

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

Shades of Genoa #358979

Tints of Genoa #358979

Color information

#358979 (or 0x358979) is unknown color: approx Genoa. HEX triplet: 35, 89 and 79. RGB value is (53,137,121). Sum of RGB (Red+Green+Blue) = 53+137+121=311 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.04% from 311); Green value is 137 (53.91% from 255 or 44.05% from 311); Blue value is 121 (47.66% from 255 or 38.91% from 311); Max value from RGB is 137 - color contains mainly: green. Hex color #358979 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358979 is #CA7686. Grayscale: #6E6E6E. Windows color (decimal): -13268615 or 7964981. OLE color: 7964981.

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

Color convert

RGB53137121-
CMYK0.6100.120.46
HSL168.57º44.21%37.25%-
HSV(B)168.57º61.31%53.73%-
XYZ13.8720.0321.22-
YUV110.06134.1787.3-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.04%
GREEN value IS 137 (53.91% from 255) = 44.05%
BLUE value IS 121 (47.66% from 255) = 38.91%
R=17.04%
G=44.05%
B=38.91%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal531371210.6100.120.46168.5744.2137.25
Hex3589793D0C2Ea92c25
Octal6521117175014562515445
Binary1101011000100111110011111010110010111010101001101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358979; }

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

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

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

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

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

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

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

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