#54550A

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

Shades of Verdun Green #54550A

Tints of Verdun Green #54550A

Color information

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

HSL color Cylindrical-coordinate representation of color #54550A: hue angle of 60.8º 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 #54550A is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB848510-
CMYK0.0100.880.67
HSL60.8º78.95%18.63%-
HSV(B)60.8º88.24%33.33%-
XYZ6.968.41.54-
YUV76.1590.67133.6-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8485100.0100.880.6760.878.9518.63
Hex5455A1058433d4f13
Octal12412512101301037511723
Binary1010100101010110101010110001000011111101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54550A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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