#534f05

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

Shades of Verdun Green #534F05

Tints of Verdun Green #534F05

Color information

#534F05 (or 0x534F05) is unknown color: approx Verdun Green. HEX triplet: 53, 4F and 05. RGB value is (83,79,5). Sum of RGB (Red+Green+Blue) = 83+79+5=167 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.70% from 167); Green value is 79 (31.25% from 255 or 47.31% from 167); Blue value is 5 (2.34% from 255 or 2.99% from 167); Max value from RGB is 83 - color contains mainly: red. Hex color #534F05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534F05 is #ACB0FA. Grayscale: #484848. Windows color (decimal): -11317499 or 347987. OLE color: 347987.

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

Color convert

RGB83795-
CMYK00.050.940.67
HSL56.92º88.64%17.25%-
HSV(B)56.92º93.98%32.55%-
XYZ6.397.441.24-
YUV71.7690.33136.02-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 49.70%
GREEN value IS 79 (31.25% from 255) = 47.31%
BLUE value IS 5 (2.34% from 255) = 2.99%
R=49.70%
G=47.31%
B=2.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8379500.050.940.6756.9288.6417.25
Hex534F5055E43395911
Octal1231175051361037113121
Binary10100111001111101010110111101000011111001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534f05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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