#367670

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

Shades of Genoa #367670

Tints of Genoa #367670

Color information

#367670 (or 0x367670) is unknown color: approx Genoa. HEX triplet: 36, 76 and 70. RGB value is (54,118,112). Sum of RGB (Red+Green+Blue) = 54+118+112=284 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.01% from 284); Green value is 118 (46.48% from 255 or 41.55% from 284); Blue value is 112 (44.14% from 255 or 39.44% from 284); Max value from RGB is 118 - color contains mainly: green. Hex color #367670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367670 is #C9898F. Grayscale: #626262. Windows color (decimal): -13207952 or 7370294. OLE color: 7370294.

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

Color convert

RGB54118112-
CMYK0.5400.050.54
HSL174.38º37.21%33.73%-
HSV(B)174.38º54.24%46.27%-
XYZ10.9214.9117.63-
YUV98.18135.896.49-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.01%
GREEN value IS 118 (46.48% from 255) = 41.55%
BLUE value IS 112 (44.14% from 255) = 39.44%
R=19.01%
G=41.55%
B=39.44%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal541181120.5400.050.54174.3837.2133.73
Hex367670360536ae2522
Octal661661606605662564542
Binary11011011101101110000110110010111011010101110100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367670; }

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

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

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

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

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

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

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

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