#534D07

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

Shades of Verdun Green #534D07

Tints of Verdun Green #534D07

Color information

#534D07 (or 0x534D07) is unknown color: approx Verdun Green. HEX triplet: 53, 4D and 07. RGB value is (83,77,7). Sum of RGB (Red+Green+Blue) = 83+77+7=167 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.70% from 167); Green value is 77 (30.47% from 255 or 46.11% from 167); Blue value is 7 (3.12% from 255 or 4.19% from 167); Max value from RGB is 83 - color contains mainly: red. Hex color #534D07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534D07 is #ACB2F8. Grayscale: #474747. Windows color (decimal): -11318009 or 478547. OLE color: 478547.

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

Color convert

RGB83777-
CMYK00.070.920.67
HSL55.26º84.44%17.65%-
HSV(B)55.26º91.57%32.55%-
XYZ6.267.161.25-
YUV70.8191.99136.69-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 49.70%
GREEN value IS 77 (30.47% from 255) = 46.11%
BLUE value IS 7 (3.12% from 255) = 4.19%
R=49.70%
G=46.11%
B=4.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8377700.070.920.6755.2684.4417.65
Hex534D7075C43375412
Octal1231157071341036712422
Binary10100111001101111011110111001000011110111101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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