Html Css Color HEX #536016 Verdun Green

📋 copy color: '#536016'

red 83 ◦ green 96 ◦ blue 22

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

Shades of Verdun Green #536016

Tints of Verdun Green #536016

RGB

 RED value IS 83 (32.81% from 255) = 41.29%

 GREEN value IS 96 (37.89% from 255) = 47.76%

 BLUE value IS 22 (8.98% from 255) = 10.95%

R = 41.29%
G = 47.76%
B = 10.95%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#536016 (or 0x536016) is known color: Verdun Green. HEX triplet: 53, 60 and 16. RGB value is (83,96,22). Sum of RGB (Red+Green+Blue) = 83+96+22=201 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.29% from 201); Green value is 96 (37.89% from 255 or 47.76% from 201); Blue value is 22 (8.98% from 255 or 10.95% from 201); Max value from RGB is 96 - color contains mainly: green. Hex color #536016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536016 is #AC9FE9. Grayscale: #535353. Windows color (decimal): -11313130 or 1466451. OLE color: 1466451.

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

Color convert

RGB 83 96 22 -
CMYK 0.14 0 0.77 0.62
HSL 70.54º 0.63% 0.23% -
HSV(B) 70.54º 0.77% 0.38% -
XYZ 7.89 10.26 2.32 -
YUV 83.68 93.19 127.52 -
System Red Green Blue C M Y K H S L
Decimal 83 96 22 0.14 0 0.77 0.62 70.54 0.63 0.23
Hex 53 60 16 E 0 4D 3E 47 3F 17
Octal 123 140 26 16 0 115 76 107 77 27
Binary 1010011 1100000 10110 1110 0 1001101 111110 1000111 111111 10111

Color Harmonies of #536016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536016

Black with #536016

Text Example


Text Example

White with #536016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536016; }

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

 H1.HeaderClassName
 {
   color: #536016;
 }
 .AnyTagClassName
 {
   color: #536016;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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