#367770

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

Shades of Genoa #367770

Tints of Genoa #367770

Color information

#367770 (or 0x367770) is unknown color: approx Genoa. HEX triplet: 36, 77 and 70. RGB value is (54,119,112). Sum of RGB (Red+Green+Blue) = 54+119+112=285 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.95% from 285); Green value is 119 (46.88% from 255 or 41.75% from 285); Blue value is 112 (44.14% from 255 or 39.30% from 285); Max value from RGB is 119 - color contains mainly: green. Hex color #367770 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367770 is #C9888F. Grayscale: #626262. Windows color (decimal): -13207696 or 7370550. OLE color: 7370550.

HSL color Cylindrical-coordinate representation of color #367770: hue angle of 173.54º 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 #367770 is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB54119112-
CMYK0.5500.060.53
HSL173.54º37.57%33.92%-
HSV(B)173.54º54.62%46.67%-
XYZ11.0415.1517.67-
YUV98.77135.4796.07-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.95%
GREEN value IS 119 (46.88% from 255) = 41.75%
BLUE value IS 112 (44.14% from 255) = 39.30%
R=18.95%
G=41.75%
B=39.30%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal541191120.5500.060.53173.5437.5733.92
Hex367770370635ae2622
Octal661671606706652564642
Binary11011011101111110000110111011011010110101110100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367770; }

 p { color: rgb(54,119,112); }

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

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

 a { background-color: rgb(54,119,112); }

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

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

 span { border-color: rgb(54,119,112); }

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