#536304

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

Shades of Verdun Green #536304

Tints of Verdun Green #536304

Color information

#536304 (or 0x536304) is unknown color: approx Verdun Green. HEX triplet: 53, 63 and 04. RGB value is (83,99,4). Sum of RGB (Red+Green+Blue) = 83+99+4=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 99 (39.06% from 255 or 53.23% from 186); Blue value is 4 (1.95% from 255 or 2.15% from 186); Max value from RGB is 99 - color contains mainly: green. Hex color #536304 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536304 is #AC9CFB. Grayscale: #535353. Windows color (decimal): -11312380 or 287571. OLE color: 287571.

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

Color convert

RGB83994-
CMYK0.1600.960.61
HSL70.11º92.23%20.2%-
HSV(B)70.11º95.96%38.82%-
XYZ8.0510.771.77-
YUV83.3983.2127.72-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.62%
GREEN value IS 99 (39.06% from 255) = 53.23%
BLUE value IS 4 (1.95% from 255) = 2.15%
R=44.62%
G=53.23%
B=2.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal839940.1600.960.6170.1192.2320.2
Hex53634100603D465c14
Octal12314342001407510613424
Binary1010011110001110010000011000001111011000110101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536304; }

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

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

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

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

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

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

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

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