#534D05

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

Shades of Verdun Green #534D05

Tints of Verdun Green #534D05

Color information

#534D05 (or 0x534D05) is unknown color: approx Verdun Green. HEX triplet: 53, 4D and 05. RGB value is (83,77,5). Sum of RGB (Red+Green+Blue) = 83+77+5=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 77 (30.47% from 255 or 46.67% from 165); Blue value is 5 (2.34% from 255 or 3.03% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #534D05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534D05 is #ACB2FA. Grayscale: #464646. Windows color (decimal): -11318011 or 347475. OLE color: 347475.

HSL color Cylindrical-coordinate representation of color #534D05: hue angle of 55.38º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #534D05 is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.67.

Color convert

RGB83775-
CMYK00.070.940.67
HSL55.38º88.64%17.25%-
HSV(B)55.38º93.98%32.55%-
XYZ6.257.161.2-
YUV70.5990.99136.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.30%
GREEN value IS 77 (30.47% from 255) = 46.67%
BLUE value IS 5 (2.34% from 255) = 3.03%
R=50.30%
G=46.67%
B=3.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8377500.070.940.6755.3888.6417.25
Hex534D5075E43375911
Octal1231155071361036713121
Binary10100111001101101011110111101000011110111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534D05; }

 p { color: rgb(83,77,5); }

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

<style>
 a { background-color: #534D05; }

 a { background-color: rgb(83,77,5); }

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

<style>
 span { border-color: #534D05; }

 span { border-color: rgb(83,77,5); }

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