Html Css Color HEX #536004 Verdun Green

📋 copy color: '#536004'

red 83 ◦ green 96 ◦ blue 4

#536004
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #536004

Tints of Verdun Green #536004

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 value IS 0.14

 M value IS 0

 Y value IS 0.96

 K value IS 0.62

RGB Variations

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

Color information

#536004 (or 0x536004) is known color: 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

RGB 83 96 4 -
CMYK 0.14 0 0.96 0.62
HSL 68.48º 0.92% 0.2% -
HSV(B) 68.48º 0.96% 0.38% -
XYZ 7.77 10.21 1.68 -
YUV 81.63 84.19 128.98 -
System Red Green Blue C M Y K H S L
Decimal 83 96 4 0.14 0 0.96 0.62 68.48 0.92 0.2
Hex 53 60 4 E 0 60 3E 44 5C 14
Octal 123 140 4 16 0 140 76 104 134 24
Binary 1010011 1100000 100 1110 0 1100000 111110 1000100 1011100 10100

Color Harmonies of #536004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536004

Black with #536004

Text Example


Text Example

White with #536004

Text Example


Text Example

HTML Codes & Css Web 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>