#367662

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

Shades of Genoa #367662

Tints of Genoa #367662

Color information

#367662 (or 0x367662) is unknown color: approx Genoa. HEX triplet: 36, 76 and 62. RGB value is (54,118,98). Sum of RGB (Red+Green+Blue) = 54+118+98=270 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20% from 270); Green value is 118 (46.48% from 255 or 43.70% from 270); Blue value is 98 (38.67% from 255 or 36.30% from 270); Max value from RGB is 118 - color contains mainly: green. Hex color #367662 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367662 is #C9899D. Grayscale: #606060. Windows color (decimal): -13207966 or 6452790. OLE color: 6452790.

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

Color convert

RGB5411898-
CMYK0.5400.170.54
HSL161.25º37.21%33.73%-
HSV(B)161.25º54.24%46.27%-
XYZ10.214.6213.84-
YUV96.58128.897.63-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20%
GREEN value IS 118 (46.48% from 255) = 43.70%
BLUE value IS 98 (38.67% from 255) = 36.30%
R=20%
G=43.70%
B=36.30%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54118980.5400.170.54161.2537.2133.73
Hex3676623601136a12522
Octal6616614266021662414542
Binary1101101110110110001011011001000111011010100001100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367662; }

 p { color: rgb(54,118,98); }

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

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

 a { background-color: rgb(54,118,98); }

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

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

 span { border-color: rgb(54,118,98); }

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