#367C72

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

Shades of Genoa #367C72

Tints of Genoa #367C72

Color information

#367C72 (or 0x367C72) is unknown color: approx Genoa. HEX triplet: 36, 7C and 72. RGB value is (54,124,114). Sum of RGB (Red+Green+Blue) = 54+124+114=292 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.49% from 292); Green value is 124 (48.83% from 255 or 42.47% from 292); Blue value is 114 (44.92% from 255 or 39.04% from 292); Max value from RGB is 124 - color contains mainly: green. Hex color #367C72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367C72 is #C9838D. Grayscale: #656565. Windows color (decimal): -13206414 or 7502902. OLE color: 7502902.

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

Color convert

RGB54124114-
CMYK0.5600.080.51
HSL171.43º39.33%34.9%-
HSV(B)171.43º56.45%48.63%-
XYZ11.7716.4118.47-
YUV101.93134.8193.81-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.49%
GREEN value IS 124 (48.83% from 255) = 42.47%
BLUE value IS 114 (44.92% from 255) = 39.04%
R=18.49%
G=42.47%
B=39.04%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal541241140.5600.080.51171.4339.3334.9
Hex367C72380833ab2723
Octal6617416270010632534743
Binary110110111110011100101110000100011001110101011100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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