#536B03

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

Shades of Verdun Green #536B03

Tints of Verdun Green #536B03

Color information

#536B03 (or 0x536B03) is unknown color: approx Verdun Green. HEX triplet: 53, 6B and 03. RGB value is (83,107,3). Sum of RGB (Red+Green+Blue) = 83+107+3=193 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.01% from 193); Green value is 107 (42.19% from 255 or 55.44% from 193); Blue value is 3 (1.56% from 255 or 1.55% from 193); Max value from RGB is 107 - color contains mainly: green. Hex color #536B03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536B03 is #AC94FC. Grayscale: #585858. Windows color (decimal): -11310333 or 224083. OLE color: 224083.

HSL color Cylindrical-coordinate representation of color #536B03: hue angle of 73.85º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #536B03 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.58.

Color convert

RGB831073-
CMYK0.2200.970.58
HSL73.85º94.55%21.57%-
HSV(B)73.85º97.2%41.96%-
XYZ8.8412.362.01-
YUV87.9780.05124.46-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.01%
GREEN value IS 107 (42.19% from 255) = 55.44%
BLUE value IS 3 (1.56% from 255) = 1.55%
R=43.01%
G=55.44%
B=1.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8310730.2200.970.5873.8594.5521.57
Hex536B3160613A4a5f16
Octal12315332601417211213726
Binary101001111010111110110011000011110101001010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536B03; }

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

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

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

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

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

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

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

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