#536800

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

Shades of Verdun Green #536800

Tints of Verdun Green #536800

Color information

#536800 (or 0x536800) is unknown color: approx Verdun Green. HEX triplet: 53, 68 and 00. RGB value is (83,104,0). Sum of RGB (Red+Green+Blue) = 83+104+0=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 104 (41.02% from 255 or 55.61% from 187); Blue value is 0 (0.39% from 255 or 0% from 187); Max value from RGB is 104 - color contains mainly: green. Hex color #536800 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536800 is #AC97FF. Grayscale: #565656. Windows color (decimal): -11311104 or 26707. OLE color: 26707.

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

Color convert

RGB831040-
CMYK0.20010.59
HSL72.12º100%20.39%-
HSV(B)72.12º100%40.78%-
XYZ8.5211.741.82-
YUV85.8679.54125.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.39%
GREEN value IS 104 (41.02% from 255) = 55.61%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.39%
G=55.61%
B=0%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8310400.20010.5972.1210020.39
Hex53680140643B486414
Octal12315002401447311014424
Binary10100111101000010100011001001110111001000110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536800; }

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

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

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

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

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

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

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

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