#534F0E

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

Shades of Verdun Green #534F0E

Tints of Verdun Green #534F0E

Color information

#534F0E (or 0x534F0E) is unknown color: approx Verdun Green. HEX triplet: 53, 4F and 0E. RGB value is (83,79,14). Sum of RGB (Red+Green+Blue) = 83+79+14=176 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.16% from 176); Green value is 79 (31.25% from 255 or 44.89% from 176); Blue value is 14 (5.86% from 255 or 7.95% from 176); Max value from RGB is 83 - color contains mainly: red. Hex color #534F0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534F0E is #ACB0F1. Grayscale: #494949. Windows color (decimal): -11317490 or 937811. OLE color: 937811.

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

Color convert

RGB837914-
CMYK00.050.830.67
HSL56.52º71.13%19.02%-
HSV(B)56.52º83.13%32.55%-
XYZ6.447.461.52-
YUV72.7994.83135.29-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.16%
GREEN value IS 79 (31.25% from 255) = 44.89%
BLUE value IS 14 (5.86% from 255) = 7.95%
R=47.16%
G=44.89%
B=7.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.83
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83791400.050.830.6756.5271.1319.02
Hex534FE055343394713
Octal12311716051231037110723
Binary101001110011111110010110100111000011111001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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