#536200

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

Shades of Verdun Green #536200

Tints of Verdun Green #536200

Color information

#536200 (or 0x536200) is unknown color: approx Verdun Green. HEX triplet: 53, 62 and 00. RGB value is (83,98,0). Sum of RGB (Red+Green+Blue) = 83+98+0=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 98 (38.67% from 255 or 54.14% from 181); Blue value is 0 (0.39% from 255 or 0% from 181); Max value from RGB is 98 - color contains mainly: green. Hex color #536200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536200 is #AC9DFF. Grayscale: #525252. Windows color (decimal): -11312640 or 25171. OLE color: 25171.

HSL color Cylindrical-coordinate representation of color #536200: hue angle of 69.18º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #536200 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.62.

Color convert

RGB83980-
CMYK0.15010.62
HSL69.18º100%19.22%-
HSV(B)69.18º100%38.43%-
XYZ7.9310.571.62-
YUV82.3481.53128.47-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.86%
GREEN value IS 98 (38.67% from 255) = 54.14%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.86%
G=54.14%
B=0%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal839800.15010.6269.1810019.22
Hex53620F0643E456413
Octal12314201701447610514423
Binary1010011110001001111011001001111101000101110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536200; }

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

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

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

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

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

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

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

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