#535E03

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

Shades of Verdun Green #535E03

Tints of Verdun Green #535E03

Color information

#535E03 (or 0x535E03) is unknown color: approx Verdun Green. HEX triplet: 53, 5E and 03. RGB value is (83,94,3). Sum of RGB (Red+Green+Blue) = 83+94+3=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 94 (37.11% from 255 or 52.22% from 180); Blue value is 3 (1.56% from 255 or 1.67% from 180); Max value from RGB is 94 - color contains mainly: green. Hex color #535E03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535E03 is #ACA1FC. Grayscale: #505050. Windows color (decimal): -11313661 or 220755. OLE color: 220755.

HSL color Cylindrical-coordinate representation of color #535E03: hue angle of 67.25º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #535E03 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.63.

Color convert

RGB83943-
CMYK0.1200.970.63
HSL67.25º93.81%19.02%-
HSV(B)67.25º96.81%36.86%-
XYZ7.599.851.59-
YUV80.3484.36129.9-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.11%
GREEN value IS 94 (37.11% from 255) = 52.22%
BLUE value IS 3 (1.56% from 255) = 1.67%
R=46.11%
G=52.22%
B=1.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal839430.1200.970.6367.2593.8119.02
Hex535E3C0613F435e13
Octal12313631401417710313623
Binary10100111011110111100011000011111111000011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535E03; }

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

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

<style>
 a { background-color: #535E03; }

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

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

<style>
 span { border-color: #535E03; }

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

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