#367060

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

Shades of Genoa #367060

Tints of Genoa #367060

Color information

#367060 (or 0x367060) is unknown color: approx Genoa. HEX triplet: 36, 70 and 60. RGB value is (54,112,96). Sum of RGB (Red+Green+Blue) = 54+112+96=262 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.61% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 96 (37.89% from 255 or 36.64% from 262); Max value from RGB is 112 - color contains mainly: green. Hex color #367060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367060 is #C98F9F. Grayscale: #5C5C5C. Windows color (decimal): -13209504 or 6320182. OLE color: 6320182.

HSL color Cylindrical-coordinate representation of color #367060: hue angle of 163.45º 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 #367060 is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB5411296-
CMYK0.5200.140.56
HSL163.45º34.94%32.55%-
HSV(B)163.45º51.79%43.92%-
XYZ9.4313.2213.12-
YUV92.83129.78100.3-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.61%
GREEN value IS 112 (44.14% from 255) = 42.75%
BLUE value IS 96 (37.89% from 255) = 36.64%
R=20.61%
G=42.75%
B=36.64%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54112960.5200.140.56163.4534.9432.55
Hex367060340E38a32321
Octal6616014064016702434341
Binary110110111000011000001101000111011100010100011100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367060; }

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

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

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

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

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

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

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

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