#367572

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

Shades of Genoa #367572

Tints of Genoa #367572

Color information

#367572 (or 0x367572) is unknown color: approx Genoa. HEX triplet: 36, 75 and 72. RGB value is (54,117,114). Sum of RGB (Red+Green+Blue) = 54+117+114=285 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.95% from 285); Green value is 117 (46.09% from 255 or 41.05% from 285); Blue value is 114 (44.92% from 255 or 40% from 285); Max value from RGB is 117 - color contains mainly: green. Hex color #367572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367572 is #C98A8D. Grayscale: #616161. Windows color (decimal): -13208206 or 7501110. OLE color: 7501110.

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

Color convert

RGB54117114-
CMYK0.5400.030.54
HSL177.14º36.84%33.53%-
HSV(B)177.14º53.85%45.88%-
XYZ10.9214.7218.19-
YUV97.82137.1396.74-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.95%
GREEN value IS 117 (46.09% from 255) = 41.05%
BLUE value IS 114 (44.92% from 255) = 40%
R=18.95%
G=41.05%
B=40%

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
Decimal541171140.5400.030.54177.1436.8433.53
Hex367572360336b12522
Octal661651626603662614542
Binary1101101110101111001011011001111011010110001100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367572; }

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

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

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

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

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

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

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

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