#367063

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

Shades of Genoa #367063

Tints of Genoa #367063

Color information

#367063 (or 0x367063) is unknown color: approx Genoa. HEX triplet: 36, 70 and 63. RGB value is (54,112,99). Sum of RGB (Red+Green+Blue) = 54+112+99=265 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.38% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 99 (39.06% from 255 or 37.36% from 265); Max value from RGB is 112 - color contains mainly: green. Hex color #367063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367063 is #C98F9C. Grayscale: #5D5D5D. Windows color (decimal): -13209501 or 6516790. OLE color: 6516790.

HSL color Cylindrical-coordinate representation of color #367063: hue angle of 166.55º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #367063 is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB5411299-
CMYK0.5200.120.56
HSL166.55º34.94%32.55%-
HSV(B)166.55º51.79%43.92%-
XYZ9.5713.2713.86-
YUV93.18131.28100.06-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.38%
GREEN value IS 112 (44.14% from 255) = 42.26%
BLUE value IS 99 (39.06% from 255) = 37.36%
R=20.38%
G=42.26%
B=37.36%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54112990.5200.120.56166.5534.9432.55
Hex367063340C38a72321
Octal6616014364014702474341
Binary110110111000011000111101000110011100010100111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367063; }

 p { color: rgb(54,112,99); }

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

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

 a { background-color: rgb(54,112,99); }

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

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

 span { border-color: rgb(54,112,99); }

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