#367464

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

Shades of Genoa #367464

Tints of Genoa #367464

Color information

#367464 (or 0x367464) is unknown color: approx Genoa. HEX triplet: 36, 74 and 64. RGB value is (54,116,100). Sum of RGB (Red+Green+Blue) = 54+116+100=270 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20% from 270); Green value is 116 (45.70% from 255 or 42.96% from 270); Blue value is 100 (39.45% from 255 or 37.04% from 270); Max value from RGB is 116 - color contains mainly: green. Hex color #367464 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367464 is #C98B9B. Grayscale: #5F5F5F. Windows color (decimal): -13208476 or 6583350. OLE color: 6583350.

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

Color convert

RGB54116100-
CMYK0.5300.140.55
HSL164.52º36.47%33.33%-
HSV(B)164.52º53.45%45.49%-
XYZ10.0714.214.27-
YUV95.64130.4698.3-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20%
GREEN value IS 116 (45.70% from 255) = 42.96%
BLUE value IS 100 (39.45% from 255) = 37.04%
R=20%
G=42.96%
B=37.04%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal541161000.5300.140.55164.5236.4733.33
Hex367464350E37a52421
Octal6616414465016672454441
Binary110110111010011001001101010111011011110100101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367464; }

 p { color: rgb(54,116,100); }

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

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

 a { background-color: rgb(54,116,100); }

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

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

 span { border-color: rgb(54,116,100); }

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