#534F0D

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

Shades of Verdun Green #534F0D

Tints of Verdun Green #534F0D

Color information

#534F0D (or 0x534F0D) is unknown color: approx Verdun Green. HEX triplet: 53, 4F and 0D. RGB value is (83,79,13). Sum of RGB (Red+Green+Blue) = 83+79+13=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 79 (31.25% from 255 or 45.14% from 175); Blue value is 13 (5.47% from 255 or 7.43% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #534F0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534F0D is #ACB0F2. Grayscale: #484848. Windows color (decimal): -11317491 or 872275. OLE color: 872275.

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

Color convert

RGB837913-
CMYK00.050.840.67
HSL56.57º72.92%18.82%-
HSV(B)56.57º84.34%32.55%-
XYZ6.447.461.48-
YUV72.6794.33135.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.43%
GREEN value IS 79 (31.25% from 255) = 45.14%
BLUE value IS 13 (5.47% from 255) = 7.43%
R=47.43%
G=45.14%
B=7.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83791300.050.840.6756.5772.9218.82
Hex534FD055443394913
Octal12311715051241037111123
Binary101001110011111101010110101001000011111001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,79,13); }

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

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

 a { background-color: rgb(83,79,13); }

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

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

 span { border-color: rgb(83,79,13); }

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