#534F04

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

Shades of Verdun Green #534F04

Tints of Verdun Green #534F04

Color information

#534F04 (or 0x534F04) is unknown color: approx Verdun Green. HEX triplet: 53, 4F and 04. RGB value is (83,79,4). Sum of RGB (Red+Green+Blue) = 83+79+4=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 79 (31.25% from 255 or 47.59% from 166); Blue value is 4 (1.95% from 255 or 2.41% from 166); Max value from RGB is 83 - color contains mainly: red. Hex color #534F04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534F04 is #ACB0FB. Grayscale: #474747. Windows color (decimal): -11317500 or 282451. OLE color: 282451.

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

Color convert

RGB83794-
CMYK00.050.950.67
HSL56.96º90.8%17.06%-
HSV(B)56.96º95.18%32.55%-
XYZ6.397.441.21-
YUV71.6589.83136.1-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50%
GREEN value IS 79 (31.25% from 255) = 47.59%
BLUE value IS 4 (1.95% from 255) = 2.41%
R=50%
G=47.59%
B=2.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8379400.050.950.6756.9690.817.06
Hex534F4055F43395b11
Octal1231174051371037113321
Binary10100111001111100010110111111000011111001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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