#55640C

Color #55640C Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #55640C

Tints of Verdun Green #55640C

Color information

#55640C (or 0x55640C) is unknown color: approx Verdun Green. HEX triplet: 55, 64 and 0C. RGB value is (85,100,12). Sum of RGB (Red+Green+Blue) = 85+100+12=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 100 (39.45% from 255 or 50.76% from 197); Blue value is 12 (5.08% from 255 or 6.09% from 197); Max value from RGB is 100 - color contains mainly: green. Hex color #55640C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55640C is #AA9BF3. Grayscale: #555555. Windows color (decimal): -11181044 or 812117. OLE color: 812117.

HSL color Cylindrical-coordinate representation of color #55640C: hue angle of 70.23º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #55640C is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.61.

Color convert

RGB8510012-
CMYK0.1500.880.61
HSL70.23º78.57%21.96%-
HSV(B)70.23º88%39.22%-
XYZ8.3711.072.04-
YUV85.4886.53127.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.15%
GREEN value IS 100 (39.45% from 255) = 50.76%
BLUE value IS 12 (5.08% from 255) = 6.09%
R=43.15%
G=50.76%
B=6.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal85100120.1500.880.6170.2378.5721.96
Hex5564CF0583D464f16
Octal125144141701307510611726
Binary1010101110010011001111010110001111011000110100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55640C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55640C; }

 p { color: rgb(85,100,12); }

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

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

 a { background-color: rgb(85,100,12); }

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

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

 span { border-color: rgb(85,100,12); }

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