#367269

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

Shades of Genoa #367269

Tints of Genoa #367269

Color information

#367269 (or 0x367269) is unknown color: approx Genoa. HEX triplet: 36, 72 and 69. RGB value is (54,114,105). Sum of RGB (Red+Green+Blue) = 54+114+105=273 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.78% from 273); Green value is 114 (44.92% from 255 or 41.76% from 273); Blue value is 105 (41.41% from 255 or 38.46% from 273); Max value from RGB is 114 - color contains mainly: green. Hex color #367269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367269 is #C98D96. Grayscale: #5F5F5F. Windows color (decimal): -13208983 or 6910518. OLE color: 6910518.

HSL color Cylindrical-coordinate representation of color #367269: hue angle of 171º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #367269 is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB54114105-
CMYK0.5300.080.55
HSL171º35.71%32.94%-
HSV(B)171º52.63%44.71%-
XYZ10.0913.8415.5-
YUV95.03133.6298.73-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.78%
GREEN value IS 114 (44.92% from 255) = 41.76%
BLUE value IS 105 (41.41% from 255) = 38.46%
R=19.78%
G=41.76%
B=38.46%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal541141050.5300.080.5517135.7132.94
Hex367269350837ab2421
Octal6616215165010672534441
Binary110110111001011010011101010100011011110101011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367269; }

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

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

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

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

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

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

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

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