Html Css Color HEX #526211 Verdun Green

📋 copy color: '#526211'

red 82 ◦ green 98 ◦ blue 17

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

Shades of Verdun Green #526211

Tints of Verdun Green #526211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.63%

R = 41.62%
G = 49.75%
B = 8.63%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.83

 K value IS 0.62

RGB Variations

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

Color information

#526211 (or 0x526211) is known color: Verdun Green. HEX triplet: 52, 62 and 11. RGB value is (82,98,17). Sum of RGB (Red+Green+Blue) = 82+98+17=197 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.62% from 197); Green value is 98 (38.67% from 255 or 49.75% from 197); Blue value is 17 (7.03% from 255 or 8.63% from 197); Max value from RGB is 98 - color contains mainly: green. Hex color #526211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526211 is #AD9DEE. Grayscale: #545454. Windows color (decimal): -11378159 or 1139282. OLE color: 1139282.

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

Color convert

RGB 82 98 17 -
CMYK 0.16 0 0.83 0.62
HSL 71.85º 0.7% 0.23% -
HSV(B) 71.85º 0.83% 0.38% -
XYZ 7.95 10.57 2.15 -
YUV 83.98 90.2 126.59 -
System Red Green Blue C M Y K H S L
Decimal 82 98 17 0.16 0 0.83 0.62 71.85 0.7 0.23
Hex 52 62 11 10 0 53 3E 48 46 17
Octal 122 142 21 20 0 123 76 110 106 27
Binary 1010010 1100010 10001 10000 0 1010011 111110 1001000 1000110 10111

Color Harmonies of #526211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526211

Black with #526211

Text Example


Text Example

White with #526211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526211; }

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

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

background-color css

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

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

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

border-color css

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

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

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