#536301

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

Shades of Verdun Green #536301

Tints of Verdun Green #536301

Color information

#536301 (or 0x536301) is unknown color: approx Verdun Green. HEX triplet: 53, 63 and 01. RGB value is (83,99,1). Sum of RGB (Red+Green+Blue) = 83+99+1=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 99 (39.06% from 255 or 54.10% from 183); Blue value is 1 (0.78% from 255 or 0.55% from 183); Max value from RGB is 99 - color contains mainly: green. Hex color #536301 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536301 is #AC9CFE. Grayscale: #535353. Windows color (decimal): -11312383 or 90963. OLE color: 90963.

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

Color convert

RGB83991-
CMYK0.1600.990.61
HSL69.8º98%19.61%-
HSV(B)69.8º98.99%38.82%-
XYZ8.0310.761.68-
YUV83.0481.7127.97-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.36%
GREEN value IS 99 (39.06% from 255) = 54.10%
BLUE value IS 1 (0.78% from 255) = 0.55%
R=45.36%
G=54.10%
B=0.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal839910.1600.990.6169.89819.61
Hex53631100633D466214
Octal12314312001437510614224
Binary10100111100011110000011000111111011000110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536301; }

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

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

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

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

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

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

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

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