Html Css Color HEX #526216 Verdun Green

📋 copy color: '#526216'

red 82 ◦ green 98 ◦ blue 22

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

Shades of Verdun Green #526216

Tints of Verdun Green #526216

RGB

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

 GREEN value IS 98 (38.67% from 255) = 48.51%

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

R = 40.59%
G = 48.51%
B = 10.89%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#526216 (or 0x526216) is known color: Verdun Green. HEX triplet: 52, 62 and 16. RGB value is (82,98,22). Sum of RGB (Red+Green+Blue) = 82+98+22=202 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.59% from 202); Green value is 98 (38.67% from 255 or 48.51% from 202); Blue value is 22 (8.98% from 255 or 10.89% from 202); Max value from RGB is 98 - color contains mainly: green. Hex color #526216 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526216 is #AD9DE9. Grayscale: #545454. Windows color (decimal): -11378154 or 1466962. OLE color: 1466962.

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

Color convert

RGB 82 98 22 -
CMYK 0.16 0 0.78 0.62
HSL 72.63º 0.63% 0.24% -
HSV(B) 72.63º 0.78% 0.38% -
XYZ 7.99 10.59 2.38 -
YUV 84.55 92.7 126.18 -
System Red Green Blue C M Y K H S L
Decimal 82 98 22 0.16 0 0.78 0.62 72.63 0.63 0.24
Hex 52 62 16 10 0 4E 3E 49 3F 18
Octal 122 142 26 20 0 116 76 111 77 30
Binary 1010010 1100010 10110 10000 0 1001110 111110 1001001 111111 11000

Color Harmonies of #526216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526216

Black with #526216

Text Example


Text Example

White with #526216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526216; }

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

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

background-color css

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

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

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

border-color css

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

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

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