Html Css Color HEX #526416 Verdun Green

📋 copy color: '#526416'

red 82 ◦ green 100 ◦ blue 22

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

Shades of Verdun Green #526416

Tints of Verdun Green #526416

RGB

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

 GREEN value IS 100 (39.45% from 255) = 49.02%

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

R = 40.2%
G = 49.02%
B = 10.78%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.78

 K value IS 0.61

RGB Variations

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

Color information

#526416 (or 0x526416) is known color: Verdun Green. HEX triplet: 52, 64 and 16. RGB value is (82,100,22). Sum of RGB (Red+Green+Blue) = 82+100+22=204 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40.20% from 204); Green value is 100 (39.45% from 255 or 49.02% from 204); Blue value is 22 (8.98% from 255 or 10.78% from 204); Max value from RGB is 100 - color contains mainly: green. Hex color #526416 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526416 is #AD9BE9. Grayscale: #565656. Windows color (decimal): -11377642 or 1467474. OLE color: 1467474.

HSL color Cylindrical-coordinate representation of color #526416: hue angle of 73.85º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #526416 is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.61.

Color convert

RGB 82 100 22 -
CMYK 0.18 0 0.78 0.61
HSL 73.85º 0.64% 0.24% -
HSV(B) 73.85º 0.78% 0.39% -
XYZ 8.18 10.97 2.44 -
YUV 85.73 92.04 125.34 -
System Red Green Blue C M Y K H S L
Decimal 82 100 22 0.18 0 0.78 0.61 73.85 0.64 0.24
Hex 52 64 16 12 0 4E 3D 4A 40 18
Octal 122 144 26 22 0 116 75 112 100 30
Binary 1010010 1100100 10110 10010 0 1001110 111101 1001010 1000000 11000

Color Harmonies of #526416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526416

Black with #526416

Text Example


Text Example

White with #526416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526416; }

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

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

background-color css

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

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

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

border-color css

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

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

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