#367672

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

Shades of Genoa #367672

Tints of Genoa #367672

Color information

#367672 (or 0x367672) is unknown color: approx Genoa. HEX triplet: 36, 76 and 72. RGB value is (54,118,114). Sum of RGB (Red+Green+Blue) = 54+118+114=286 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.88% from 286); Green value is 118 (46.48% from 255 or 41.26% from 286); Blue value is 114 (44.92% from 255 or 39.86% from 286); Max value from RGB is 118 - color contains mainly: green. Hex color #367672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367672 is #C9898D. Grayscale: #626262. Windows color (decimal): -13207950 or 7501366. OLE color: 7501366.

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

Color convert

RGB54118114-
CMYK0.5400.030.54
HSL176.25º37.21%33.73%-
HSV(B)176.25º54.24%46.27%-
XYZ11.0414.9618.22-
YUV98.41136.896.33-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.88%
GREEN value IS 118 (46.48% from 255) = 41.26%
BLUE value IS 114 (44.92% from 255) = 39.86%
R=18.88%
G=41.26%
B=39.86%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal541181140.5400.030.54176.2537.2133.73
Hex367672360336b02522
Octal661661626603662604542
Binary1101101110110111001011011001111011010110000100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367672; }

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

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

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

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

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

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

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

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