#536600

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

Shades of Verdun Green #536600

Tints of Verdun Green #536600

Color information

#536600 (or 0x536600) is unknown color: approx Verdun Green. HEX triplet: 53, 66 and 00. RGB value is (83,102,0). Sum of RGB (Red+Green+Blue) = 83+102+0=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 102 (40.23% from 255 or 55.14% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 102 - color contains mainly: green. Hex color #536600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536600 is #AC99FF. Grayscale: #555555. Windows color (decimal): -11311616 or 26195. OLE color: 26195.

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

Color convert

RGB831020-
CMYK0.19010.6
HSL71.18º100%20%-
HSV(B)71.18º100%40%-
XYZ8.3211.341.75-
YUV84.6980.21126.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.86%
GREEN value IS 102 (40.23% from 255) = 55.14%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.86%
G=55.14%
B=0%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal8310200.19010.671.1810020
Hex53660130643C476414
Octal12314602301447410714424
Binary10100111100110010011011001001111001000111110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536600; }

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

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

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

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

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

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

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

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