Html Css Color HEX #536116 Verdun Green

📋 copy color: '#536116'

red 83 ◦ green 97 ◦ blue 22

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

Shades of Verdun Green #536116

Tints of Verdun Green #536116

RGB

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

 GREEN value IS 97 (38.28% from 255) = 48.02%

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

R = 41.09%
G = 48.02%
B = 10.89%

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

#536116 (or 0x536116) is known color: Verdun Green. HEX triplet: 53, 61 and 16. RGB value is (83,97,22). Sum of RGB (Red+Green+Blue) = 83+97+22=202 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.09% from 202); Green value is 97 (38.28% from 255 or 48.02% from 202); Blue value is 22 (8.98% from 255 or 10.89% from 202); Max value from RGB is 97 - color contains mainly: green. Hex color #536116 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536116 is #AC9EE9. Grayscale: #545454. Windows color (decimal): -11312874 or 1466707. OLE color: 1466707.

HSL color Cylindrical-coordinate representation of color #536116: hue angle of 71.2º 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 #536116 is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 97 22 -
CMYK 0.14 0 0.77 0.62
HSL 71.2º 0.63% 0.23% -
HSV(B) 71.2º 0.77% 0.38% -
XYZ 7.99 10.45 2.35 -
YUV 84.26 92.86 127.1 -
System Red Green Blue C M Y K H S L
Decimal 83 97 22 0.14 0 0.77 0.62 71.2 0.63 0.23
Hex 53 61 16 E 0 4D 3E 47 3F 17
Octal 123 141 26 16 0 115 76 107 77 27
Binary 1010011 1100001 10110 1110 0 1001101 111110 1000111 111111 10111

Color Harmonies of #536116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536116

Black with #536116

Text Example


Text Example

White with #536116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536116; }

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

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

background-color css

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

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

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

border-color css

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

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

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