#367362

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

Shades of Genoa #367362

Tints of Genoa #367362

Color information

#367362 (or 0x367362) is unknown color: approx Genoa. HEX triplet: 36, 73 and 62. RGB value is (54,115,98). Sum of RGB (Red+Green+Blue) = 54+115+98=267 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.22% from 267); Green value is 115 (45.31% from 255 or 43.07% from 267); Blue value is 98 (38.67% from 255 or 36.70% from 267); Max value from RGB is 115 - color contains mainly: green. Hex color #367362 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367362 is #C98C9D. Grayscale: #5E5E5E. Windows color (decimal): -13208734 or 6452022. OLE color: 6452022.

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

Color convert

RGB5411598-
CMYK0.5300.150.55
HSL163.28º36.09%33.14%-
HSV(B)163.28º53.04%45.1%-
XYZ9.8613.9313.72-
YUV94.82129.7998.88-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.22%
GREEN value IS 115 (45.31% from 255) = 43.07%
BLUE value IS 98 (38.67% from 255) = 36.70%
R=20.22%
G=43.07%
B=36.70%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54115980.5300.150.55163.2836.0933.14
Hex367362350F37a32421
Octal6616314265017672434441
Binary110110111001111000101101010111111011110100011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367362; }

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

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

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

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

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

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

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

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