#367369

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

Shades of Genoa #367369

Tints of Genoa #367369

Color information

#367369 (or 0x367369) is unknown color: approx Genoa. HEX triplet: 36, 73 and 69. RGB value is (54,115,105). Sum of RGB (Red+Green+Blue) = 54+115+105=274 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.71% from 274); Green value is 115 (45.31% from 255 or 41.97% from 274); Blue value is 105 (41.41% from 255 or 38.32% from 274); Max value from RGB is 115 - color contains mainly: green. Hex color #367369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367369 is #C98C96. Grayscale: #5F5F5F. Windows color (decimal): -13208727 or 6910774. OLE color: 6910774.

HSL color Cylindrical-coordinate representation of color #367369: hue angle of 170.16º 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 #367369 is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB54115105-
CMYK0.5300.090.55
HSL170.16º36.09%33.14%-
HSV(B)170.16º53.04%45.1%-
XYZ10.214.0715.54-
YUV95.62133.2998.31-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.71%
GREEN value IS 115 (45.31% from 255) = 41.97%
BLUE value IS 105 (41.41% from 255) = 38.32%
R=19.71%
G=41.97%
B=38.32%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal541151050.5300.090.55170.1636.0933.14
Hex367369350937aa2421
Octal6616315165011672524441
Binary110110111001111010011101010100111011110101010100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367369; }

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

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

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

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

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

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

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

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