#367864

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

Shades of Genoa #367864

Tints of Genoa #367864

Color information

#367864 (or 0x367864) is unknown color: approx Genoa. HEX triplet: 36, 78 and 64. RGB value is (54,120,100). Sum of RGB (Red+Green+Blue) = 54+120+100=274 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.71% from 274); Green value is 120 (47.27% from 255 or 43.80% from 274); Blue value is 100 (39.45% from 255 or 36.50% from 274); Max value from RGB is 120 - color contains mainly: green. Hex color #367864 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367864 is #C9879B. Grayscale: #626262. Windows color (decimal): -13207452 or 6584374. OLE color: 6584374.

HSL color Cylindrical-coordinate representation of color #367864: hue angle of 161.82º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #367864 is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB54120100-
CMYK0.5500.170.53
HSL161.82º37.93%34.12%-
HSV(B)161.82º55%47.06%-
XYZ10.5415.1414.42-
YUV97.99129.1396.63-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.71%
GREEN value IS 120 (47.27% from 255) = 43.80%
BLUE value IS 100 (39.45% from 255) = 36.50%
R=19.71%
G=43.80%
B=36.50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal541201000.5500.170.53161.8237.9334.12
Hex3678643701135a22622
Octal6617014467021652424642
Binary1101101111000110010011011101000111010110100010100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367864; }

 p { color: rgb(54,120,100); }

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

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

 a { background-color: rgb(54,120,100); }

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

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

 span { border-color: rgb(54,120,100); }

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