#536302

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

Shades of Verdun Green #536302

Tints of Verdun Green #536302

Color information

#536302 (or 0x536302) is unknown color: approx Verdun Green. HEX triplet: 53, 63 and 02. RGB value is (83,99,2). Sum of RGB (Red+Green+Blue) = 83+99+2=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 99 (39.06% from 255 or 53.80% from 184); Blue value is 2 (1.17% from 255 or 1.09% from 184); Max value from RGB is 99 - color contains mainly: green. Hex color #536302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536302 is #AC9CFD. Grayscale: #535353. Windows color (decimal): -11312382 or 156499. OLE color: 156499.

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

Color convert

RGB83992-
CMYK0.1600.980.61
HSL69.9º96.04%19.8%-
HSV(B)69.9º97.98%38.82%-
XYZ8.0410.771.71-
YUV83.1682.2127.89-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.11%
GREEN value IS 99 (39.06% from 255) = 53.80%
BLUE value IS 2 (1.17% from 255) = 1.09%
R=45.11%
G=53.80%
B=1.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal839920.1600.980.6169.996.0419.8
Hex53632100623D466014
Octal12314322001427510614024
Binary101001111000111010000011000101111011000110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536302; }

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

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

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

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

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

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

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

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