#536303

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

Shades of Verdun Green #536303

Tints of Verdun Green #536303

Color information

#536303 (or 0x536303) is unknown color: approx Verdun Green. HEX triplet: 53, 63 and 03. RGB value is (83,99,3). Sum of RGB (Red+Green+Blue) = 83+99+3=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 99 (39.06% from 255 or 53.51% from 185); Blue value is 3 (1.56% from 255 or 1.62% from 185); Max value from RGB is 99 - color contains mainly: green. Hex color #536303 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536303 is #AC9CFC. Grayscale: #535353. Windows color (decimal): -11312381 or 222035. OLE color: 222035.

HSL color Cylindrical-coordinate representation of color #536303: hue angle of 70º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #536303 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.61.

Color convert

RGB83993-
CMYK0.1600.970.61
HSL70º94.12%20%-
HSV(B)70º96.97%38.82%-
XYZ8.0510.771.74-
YUV83.2782.7127.81-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.86%
GREEN value IS 99 (39.06% from 255) = 53.51%
BLUE value IS 3 (1.56% from 255) = 1.62%
R=44.86%
G=53.51%
B=1.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal839930.1600.970.617094.1220
Hex53633100613D465e14
Octal12314332001417510613624
Binary101001111000111110000011000011111011000110101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536303; }

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

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

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

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

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

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

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

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