#534C05

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

Shades of Verdun Green #534C05

Tints of Verdun Green #534C05

Color information

#534C05 (or 0x534C05) is unknown color: approx Verdun Green. HEX triplet: 53, 4C and 05. RGB value is (83,76,5). Sum of RGB (Red+Green+Blue) = 83+76+5=164 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.61% from 164); Green value is 76 (30.08% from 255 or 46.34% from 164); Blue value is 5 (2.34% from 255 or 3.05% from 164); Max value from RGB is 83 - color contains mainly: red. Hex color #534C05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534C05 is #ACB3FA. Grayscale: #464646. Windows color (decimal): -11318267 or 347219. OLE color: 347219.

HSL color Cylindrical-coordinate representation of color #534C05: hue angle of 54.62º 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 #534C05 is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.67.

Color convert

RGB83765-
CMYK00.080.940.67
HSL54.62º88.64%17.25%-
HSV(B)54.62º93.98%32.55%-
XYZ6.187.021.17-
YUV7091.32137.27-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.61%
GREEN value IS 76 (30.08% from 255) = 46.34%
BLUE value IS 5 (2.34% from 255) = 3.05%
R=50.61%
G=46.34%
B=3.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8376500.080.940.6754.6288.6417.25
Hex534C5085E43375911
Octal12311450101361036713121
Binary101001110011001010100010111101000011110111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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