#54520A

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

Shades of Verdun Green #54520A

Tints of Verdun Green #54520A

Color information

#54520A (or 0x54520A) is unknown color: approx Verdun Green. HEX triplet: 54, 52 and 0A. RGB value is (84,82,10). Sum of RGB (Red+Green+Blue) = 84+82+10=176 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.73% from 176); Green value is 82 (32.42% from 255 or 46.59% from 176); Blue value is 10 (4.30% from 255 or 5.68% from 176); Max value from RGB is 84 - color contains mainly: red. Hex color #54520A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #54520A is #ABADF5. Grayscale: #4A4A4A. Windows color (decimal): -11251190 or 676436. OLE color: 676436.

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

Color convert

RGB848210-
CMYK00.020.880.67
HSL58.38º78.72%18.43%-
HSV(B)58.38º88.1%32.94%-
XYZ6.737.941.47-
YUV74.3991.66134.85-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 47.73%
GREEN value IS 82 (32.42% from 255) = 46.59%
BLUE value IS 10 (4.30% from 255) = 5.68%
R=47.73%
G=46.59%
B=5.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84821000.020.880.6758.3878.7218.43
Hex5452A0258433a4f12
Octal12412212021301037211722
Binary10101001010010101001010110001000011111010100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54520A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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