#534D08

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

Shades of Verdun Green #534D08

Tints of Verdun Green #534D08

Color information

#534D08 (or 0x534D08) is unknown color: approx Verdun Green. HEX triplet: 53, 4D and 08. RGB value is (83,77,8). Sum of RGB (Red+Green+Blue) = 83+77+8=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 77 (30.47% from 255 or 45.83% from 168); Blue value is 8 (3.52% from 255 or 4.76% from 168); Max value from RGB is 83 - color contains mainly: red. Hex color #534D08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534D08 is #ACB2F7. Grayscale: #474747. Windows color (decimal): -11318008 or 544083. OLE color: 544083.

HSL color Cylindrical-coordinate representation of color #534D08: hue angle of 55.2º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #534D08 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB83778-
CMYK00.070.900.67
HSL55.2º82.42%17.84%-
HSV(B)55.2º90.36%32.55%-
XYZ6.267.161.28-
YUV70.9392.49136.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 49.40%
GREEN value IS 77 (30.47% from 255) = 45.83%
BLUE value IS 8 (3.52% from 255) = 4.76%
R=49.40%
G=45.83%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.90
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8377800.070.900.6755.282.4217.84
Hex534D8075A43375212
Octal12311510071321036712222
Binary101001110011011000011110110101000011110111101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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