Html Css Color HEX #526016 Verdun Green

📋 copy color: '#526016'

red 82 ◦ green 96 ◦ blue 22

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

Shades of Verdun Green #526016

Tints of Verdun Green #526016

RGB

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

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

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

R = 41%
G = 48%
B = 11%

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

#526016 (or 0x526016) is known color: Verdun Green. HEX triplet: 52, 60 and 16. RGB value is (82,96,22). Sum of RGB (Red+Green+Blue) = 82+96+22=200 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41% from 200); Green value is 96 (37.89% from 255 or 48% from 200); Blue value is 22 (8.98% from 255 or 11% from 200); Max value from RGB is 96 - color contains mainly: green. Hex color #526016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526016 is #AD9FE9. Grayscale: #535353. Windows color (decimal): -11378666 or 1466450. OLE color: 1466450.

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

Color convert

RGB 82 96 22 -
CMYK 0.15 0 0.77 0.62
HSL 71.35º 0.63% 0.23% -
HSV(B) 71.35º 0.77% 0.38% -
XYZ 7.81 10.22 2.32 -
YUV 83.38 93.36 127.02 -
System Red Green Blue C M Y K H S L
Decimal 82 96 22 0.15 0 0.77 0.62 71.35 0.63 0.23
Hex 52 60 16 F 0 4D 3E 47 3F 17
Octal 122 140 26 17 0 115 76 107 77 27
Binary 1010010 1100000 10110 1111 0 1001101 111110 1000111 111111 10111

Color Harmonies of #526016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526016

Black with #526016

Text Example


Text Example

White with #526016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526016; }

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

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

background-color css

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

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

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

border-color css

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

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

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