#534C03

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

Shades of Verdun Green #534C03

Tints of Verdun Green #534C03

Color information

#534C03 (or 0x534C03) is unknown color: approx Verdun Green. HEX triplet: 53, 4C and 03. RGB value is (83,76,3). Sum of RGB (Red+Green+Blue) = 83+76+3=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 76 (30.08% from 255 or 46.91% from 162); Blue value is 3 (1.56% from 255 or 1.85% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #534C03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534C03 is #ACB3FC. Grayscale: #464646. Windows color (decimal): -11318269 or 216147. OLE color: 216147.

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

Color convert

RGB83763-
CMYK00.080.960.67
HSL54.75º93.02%16.86%-
HSV(B)54.75º96.39%32.55%-
XYZ6.177.011.11-
YUV69.7790.32137.44-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.23%
GREEN value IS 76 (30.08% from 255) = 46.91%
BLUE value IS 3 (1.56% from 255) = 1.85%
R=51.23%
G=46.91%
B=1.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8376300.080.960.6754.7593.0216.86
Hex534C3086043375d11
Octal12311430101401036713521
Binary10100111001100110100011000001000011110111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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