#536801

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

Shades of Verdun Green #536801

Tints of Verdun Green #536801

Color information

#536801 (or 0x536801) is unknown color: approx Verdun Green. HEX triplet: 53, 68 and 01. RGB value is (83,104,1). Sum of RGB (Red+Green+Blue) = 83+104+1=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 104 (41.02% from 255 or 55.32% from 188); Blue value is 1 (0.78% from 255 or 0.53% from 188); Max value from RGB is 104 - color contains mainly: green. Hex color #536801 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536801 is #AC97FE. Grayscale: #565656. Windows color (decimal): -11311103 or 92243. OLE color: 92243.

HSL color Cylindrical-coordinate representation of color #536801: hue angle of 72.23º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #536801 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.59.

Color convert

RGB831041-
CMYK0.2000.990.59
HSL72.23º98.1%20.59%-
HSV(B)72.23º99.04%40.78%-
XYZ8.5211.741.85-
YUV85.9880.04125.88-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.15%
GREEN value IS 104 (41.02% from 255) = 55.32%
BLUE value IS 1 (0.78% from 255) = 0.53%
R=44.15%
G=55.32%
B=0.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8310410.2000.990.5972.2398.120.59
Hex53681140633B486215
Octal12315012401437311014225
Binary10100111101000110100011000111110111001000110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536801; }

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

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

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

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

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

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

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

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