#367661

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

Shades of Genoa #367661

Tints of Genoa #367661

Color information

#367661 (or 0x367661) is unknown color: approx Genoa. HEX triplet: 36, 76 and 61. RGB value is (54,118,97). Sum of RGB (Red+Green+Blue) = 54+118+97=269 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.07% from 269); Green value is 118 (46.48% from 255 or 43.87% from 269); Blue value is 97 (38.28% from 255 or 36.06% from 269); Max value from RGB is 118 - color contains mainly: green. Hex color #367661 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367661 is #C9899E. Grayscale: #606060. Windows color (decimal): -13207967 or 6387254. OLE color: 6387254.

HSL color Cylindrical-coordinate representation of color #367661: hue angle of 160.31º 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 #367661 is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB5411897-
CMYK0.5400.180.54
HSL160.31º37.21%33.73%-
HSV(B)160.31º54.24%46.27%-
XYZ10.1614.613.59-
YUV96.47128.397.71-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.07%
GREEN value IS 118 (46.48% from 255) = 43.87%
BLUE value IS 97 (38.28% from 255) = 36.06%
R=20.07%
G=43.87%
B=36.06%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54118970.5400.180.54160.3137.2133.73
Hex3676613601236a02522
Octal6616614166022662404542
Binary1101101110110110000111011001001011011010100000100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367661; }

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

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

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

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

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

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

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

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