#536003

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

Shades of Verdun Green #536003

Tints of Verdun Green #536003

Color information

#536003 (or 0x536003) is unknown color: approx Verdun Green. HEX triplet: 53, 60 and 03. RGB value is (83,96,3). Sum of RGB (Red+Green+Blue) = 83+96+3=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 96 (37.89% from 255 or 52.75% from 182); Blue value is 3 (1.56% from 255 or 1.65% from 182); Max value from RGB is 96 - color contains mainly: green. Hex color #536003 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536003 is #AC9FFC. Grayscale: #515151. Windows color (decimal): -11313149 or 221267. OLE color: 221267.

HSL color Cylindrical-coordinate representation of color #536003: hue angle of 68.39º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #536003 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.62.

Color convert

RGB83963-
CMYK0.1400.970.62
HSL68.39º93.94%19.41%-
HSV(B)68.39º96.88%37.65%-
XYZ7.7710.211.65-
YUV81.5183.69129.06-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.60%
GREEN value IS 96 (37.89% from 255) = 52.75%
BLUE value IS 3 (1.56% from 255) = 1.65%
R=45.60%
G=52.75%
B=1.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal839630.1400.970.6268.3993.9419.41
Hex53603E0613E445e13
Octal12314031601417610413623
Binary10100111100000111110011000011111101000100101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536003; }

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

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

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

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

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

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

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

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