#55510C

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

Shades of Verdun Green #55510C

Tints of Verdun Green #55510C

Color information

#55510C (or 0x55510C) is unknown color: approx Verdun Green. HEX triplet: 55, 51 and 0C. RGB value is (85,81,12). Sum of RGB (Red+Green+Blue) = 85+81+12=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 81 (32.03% from 255 or 45.51% from 178); Blue value is 12 (5.08% from 255 or 6.74% from 178); Max value from RGB is 85 - color contains mainly: red. Hex color #55510C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55510C is #AAAEF3. Grayscale: #4A4A4A. Windows color (decimal): -11185908 or 807253. OLE color: 807253.

HSL color Cylindrical-coordinate representation of color #55510C: hue angle of 56.71º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #55510C is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB858112-
CMYK00.050.860.67
HSL56.71º75.26%19.02%-
HSV(B)56.71º85.88%33.33%-
XYZ6.767.841.51-
YUV74.3392.83135.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.75%
GREEN value IS 81 (32.03% from 255) = 45.51%
BLUE value IS 12 (5.08% from 255) = 6.74%
R=47.75%
G=45.51%
B=6.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85811200.050.860.6756.7175.2619.02
Hex5551C055643394b13
Octal12512114051261037111323
Binary101010110100011100010110101101000011111001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55510C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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