#55540A

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

Shades of Verdun Green #55540A

Tints of Verdun Green #55540A

Color information

#55540A (or 0x55540A) is unknown color: approx Verdun Green. HEX triplet: 55, 54 and 0A. RGB value is (85,84,10). Sum of RGB (Red+Green+Blue) = 85+84+10=179 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.49% from 179); Green value is 84 (33.20% from 255 or 46.93% from 179); Blue value is 10 (4.30% from 255 or 5.59% from 179); Max value from RGB is 85 - color contains mainly: red. Hex color #55540A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55540A is #AAABF5. Grayscale: #4C4C4C. Windows color (decimal): -11185142 or 676949. OLE color: 676949.

HSL color Cylindrical-coordinate representation of color #55540A: hue angle of 59.2º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #55540A is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB858410-
CMYK00.010.880.67
HSL59.2º78.95%18.63%-
HSV(B)59.2º88.24%33.33%-
XYZ6.978.291.52-
YUV75.8690.83134.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.49%
GREEN value IS 84 (33.20% from 255) = 46.93%
BLUE value IS 10 (4.30% from 255) = 5.59%
R=47.49%
G=46.93%
B=5.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85841000.010.880.6759.278.9518.63
Hex5554A0158433b4f13
Octal12512412011301037311723
Binary1010101101010010100110110001000011111011100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55540A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55540A; }

 p { color: rgb(85,84,10); }

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

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

 a { background-color: rgb(85,84,10); }

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

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

 span { border-color: rgb(85,84,10); }

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