#367261

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

Shades of Genoa #367261

Tints of Genoa #367261

Color information

#367261 (or 0x367261) is unknown color: approx Genoa. HEX triplet: 36, 72 and 61. RGB value is (54,114,97). Sum of RGB (Red+Green+Blue) = 54+114+97=265 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.38% from 265); Green value is 114 (44.92% from 255 or 43.02% from 265); Blue value is 97 (38.28% from 255 or 36.60% from 265); Max value from RGB is 114 - color contains mainly: green. Hex color #367261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367261 is #C98D9E. Grayscale: #5E5E5E. Windows color (decimal): -13208991 or 6386230. OLE color: 6386230.

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

Color convert

RGB5411497-
CMYK0.5300.150.55
HSL163º35.71%32.94%-
HSV(B)163º52.63%44.71%-
XYZ9.713.6813.44-
YUV94.12129.6299.38-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.38%
GREEN value IS 114 (44.92% from 255) = 43.02%
BLUE value IS 97 (38.28% from 255) = 36.60%
R=20.38%
G=43.02%
B=36.60%

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
Decimal54114970.5300.150.5516335.7132.94
Hex367261350F37a32421
Octal6616214165017672434441
Binary110110111001011000011101010111111011110100011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367261; }

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

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

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

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

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

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

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

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