#367C74

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

Shades of Genoa #367C74

Tints of Genoa #367C74

Color information

#367C74 (or 0x367C74) is unknown color: approx Genoa. HEX triplet: 36, 7C and 74. RGB value is (54,124,116). Sum of RGB (Red+Green+Blue) = 54+124+116=294 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.37% from 294); Green value is 124 (48.83% from 255 or 42.18% from 294); Blue value is 116 (45.70% from 255 or 39.46% from 294); Max value from RGB is 124 - color contains mainly: green. Hex color #367C74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367C74 is #C9838B. Grayscale: #666666. Windows color (decimal): -13206412 or 7633974. OLE color: 7633974.

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

Color convert

RGB54124116-
CMYK0.5600.060.51
HSL173.14º39.33%34.9%-
HSV(B)173.14º56.45%48.63%-
XYZ11.8816.4619.07-
YUV102.16135.8193.65-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.37%
GREEN value IS 124 (48.83% from 255) = 42.18%
BLUE value IS 116 (45.70% from 255) = 39.46%
R=18.37%
G=42.18%
B=39.46%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal541241160.5600.060.51173.1439.3334.9
Hex367C74380633ad2723
Octal661741647006632554743
Binary11011011111001110100111000011011001110101101100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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