#367365

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

Shades of Genoa #367365

Tints of Genoa #367365

Color information

#367365 (or 0x367365) is unknown color: approx Genoa. HEX triplet: 36, 73 and 65. RGB value is (54,115,101). Sum of RGB (Red+Green+Blue) = 54+115+101=270 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20% from 270); Green value is 115 (45.31% from 255 or 42.59% from 270); Blue value is 101 (39.84% from 255 or 37.41% from 270); Max value from RGB is 115 - color contains mainly: green. Hex color #367365 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367365 is #C98C9A. Grayscale: #5F5F5F. Windows color (decimal): -13208731 or 6648630. OLE color: 6648630.

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

Color convert

RGB54115101-
CMYK0.5300.120.55
HSL166.23º36.09%33.14%-
HSV(B)166.23º53.04%45.1%-
XYZ1013.9914.48-
YUV95.16131.2998.64-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20%
GREEN value IS 115 (45.31% from 255) = 42.59%
BLUE value IS 101 (39.84% from 255) = 37.41%
R=20%
G=42.59%
B=37.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal541151010.5300.120.55166.2336.0933.14
Hex367365350C37a62421
Octal6616314565014672464441
Binary110110111001111001011101010110011011110100110100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367365; }

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

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

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

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

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

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

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

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