Html Css Color HEX #526116 Verdun Green

📋 copy color: '#526116'

red 82 ◦ green 97 ◦ blue 22

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

Shades of Verdun Green #526116

Tints of Verdun Green #526116

RGB

 RED value IS 82 (32.42% from 255) = 40.8%

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

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

R = 40.8%
G = 48.26%
B = 10.95%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#526116 (or 0x526116) is known color: Verdun Green. HEX triplet: 52, 61 and 16. RGB value is (82,97,22). Sum of RGB (Red+Green+Blue) = 82+97+22=201 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.80% from 201); Green value is 97 (38.28% from 255 or 48.26% from 201); Blue value is 22 (8.98% from 255 or 10.95% from 201); Max value from RGB is 97 - color contains mainly: green. Hex color #526116 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526116 is #AD9EE9. Grayscale: #545454. Windows color (decimal): -11378410 or 1466706. OLE color: 1466706.

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

Color convert

RGB 82 97 22 -
CMYK 0.15 0 0.77 0.62
HSL 72º 0.63% 0.23% -
HSV(B) 72º 0.77% 0.38% -
XYZ 7.9 10.4 2.35 -
YUV 83.97 93.03 126.6 -
System Red Green Blue C M Y K H S L
Decimal 82 97 22 0.15 0 0.77 0.62 72 0.63 0.23
Hex 52 61 16 F 0 4D 3E 48 3F 17
Octal 122 141 26 17 0 115 76 110 77 27
Binary 1010010 1100001 10110 1111 0 1001101 111110 1001000 111111 10111

Color Harmonies of #526116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526116

Black with #526116

Text Example


Text Example

White with #526116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526116; }

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

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

background-color css

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

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

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

border-color css

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

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

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