#367C71

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

Shades of Genoa #367C71

Tints of Genoa #367C71

Color information

#367C71 (or 0x367C71) is unknown color: approx Genoa. HEX triplet: 36, 7C and 71. RGB value is (54,124,113). Sum of RGB (Red+Green+Blue) = 54+124+113=291 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.56% from 291); Green value is 124 (48.83% from 255 or 42.61% from 291); Blue value is 113 (44.53% from 255 or 38.83% from 291); Max value from RGB is 124 - color contains mainly: green. Hex color #367C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367C71 is #C9838E. Grayscale: #656565. Windows color (decimal): -13206415 or 7437366. OLE color: 7437366.

HSL color Cylindrical-coordinate representation of color #367C71: hue angle of 170.57º 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 #367C71 is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB54124113-
CMYK0.5600.090.51
HSL170.57º39.33%34.9%-
HSV(B)170.57º56.45%48.63%-
XYZ11.7116.3918.17-
YUV101.82134.3193.89-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.56%
GREEN value IS 124 (48.83% from 255) = 42.61%
BLUE value IS 113 (44.53% from 255) = 38.83%
R=18.56%
G=42.61%
B=38.83%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal541241130.5600.090.51170.5739.3334.9
Hex367C71380933ab2723
Octal6617416170011632534743
Binary110110111110011100011110000100111001110101011100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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