#536004

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

Shades of Verdun Green #536004

Tints of Verdun Green #536004

Color information

#536004 (or 0x536004) is unknown color: approx Verdun Green. HEX triplet: 53, 60 and 04. RGB value is (83,96,4). Sum of RGB (Red+Green+Blue) = 83+96+4=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 96 (37.89% from 255 or 52.46% from 183); Blue value is 4 (1.95% from 255 or 2.19% from 183); Max value from RGB is 96 - color contains mainly: green. Hex color #536004 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536004 is #AC9FFB. Grayscale: #515151. Windows color (decimal): -11313148 or 286803. OLE color: 286803.

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

Color convert

RGB83964-
CMYK0.1400.960.62
HSL68.48º92%19.61%-
HSV(B)68.48º95.83%37.65%-
XYZ7.7710.211.68-
YUV81.6284.19128.98-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.36%
GREEN value IS 96 (37.89% from 255) = 52.46%
BLUE value IS 4 (1.95% from 255) = 2.19%
R=45.36%
G=52.46%
B=2.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal839640.1400.960.6268.489219.61
Hex53604E0603E445c14
Octal12314041601407610413424
Binary101001111000001001110011000001111101000100101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536004; }

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

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

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

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

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

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

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

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