#367C70

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

Shades of Genoa #367C70

Tints of Genoa #367C70

Color information

#367C70 (or 0x367C70) is unknown color: approx Genoa. HEX triplet: 36, 7C and 70. RGB value is (54,124,112). Sum of RGB (Red+Green+Blue) = 54+124+112=290 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.62% from 290); Green value is 124 (48.83% from 255 or 42.76% from 290); Blue value is 112 (44.14% from 255 or 38.62% from 290); Max value from RGB is 124 - color contains mainly: green. Hex color #367C70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367C70 is #C9838F. Grayscale: #656565. Windows color (decimal): -13206416 or 7371830. OLE color: 7371830.

HSL color Cylindrical-coordinate representation of color #367C70: hue angle of 169.71º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #367C70 is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB54124112-
CMYK0.5600.100.51
HSL169.71º39.33%34.9%-
HSV(B)169.71º56.45%48.63%-
XYZ11.6516.3717.87-
YUV101.7133.8193.98-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.62%
GREEN value IS 124 (48.83% from 255) = 42.76%
BLUE value IS 112 (44.14% from 255) = 38.62%
R=18.62%
G=42.76%
B=38.62%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal541241120.5600.100.51169.7139.3334.9
Hex367C70380A33aa2723
Octal6617416070012632524743
Binary110110111110011100001110000101011001110101010100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367C70; }

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

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

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

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

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

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

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

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