#534C02

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

Shades of Verdun Green #534C02

Tints of Verdun Green #534C02

Color information

#534C02 (or 0x534C02) is unknown color: approx Verdun Green. HEX triplet: 53, 4C and 02. RGB value is (83,76,2). Sum of RGB (Red+Green+Blue) = 83+76+2=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 76 (30.08% from 255 or 47.20% from 161); Blue value is 2 (1.17% from 255 or 1.24% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #534C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534C02 is #ACB3FD. Grayscale: #454545. Windows color (decimal): -11318270 or 150611. OLE color: 150611.

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

Color convert

RGB83762-
CMYK00.080.980.67
HSL54.81º95.29%16.67%-
HSV(B)54.81º97.59%32.55%-
XYZ6.167.011.09-
YUV69.6689.82137.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.55%
GREEN value IS 76 (30.08% from 255) = 47.20%
BLUE value IS 2 (1.17% from 255) = 1.24%
R=51.55%
G=47.20%
B=1.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8376200.080.980.6754.8195.2916.67
Hex534C2086243375f11
Octal12311420101421036713721
Binary10100111001100100100011000101000011110111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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