Html Css Color HEX #526117 Verdun Green

📋 copy color: '#526117'

red 82 ◦ green 97 ◦ blue 23

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

Shades of Verdun Green #526117

Tints of Verdun Green #526117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 11.39%

R = 40.59%
G = 48.02%
B = 11.39%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#526117 (or 0x526117) is known color: Verdun Green. HEX triplet: 52, 61 and 17. RGB value is (82,97,23). Sum of RGB (Red+Green+Blue) = 82+97+23=202 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.59% from 202); Green value is 97 (38.28% from 255 or 48.02% from 202); Blue value is 23 (9.38% from 255 or 11.39% from 202); Max value from RGB is 97 - color contains mainly: green. Hex color #526117 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526117 is #AD9EE8. Grayscale: #545454. Windows color (decimal): -11378409 or 1532242. OLE color: 1532242.

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

Color convert

RGB 82 97 23 -
CMYK 0.15 0 0.76 0.62
HSL 72.16º 0.62% 0.24% -
HSV(B) 72.16º 0.76% 0.38% -
XYZ 7.91 10.41 2.4 -
YUV 84.08 93.53 126.52 -
System Red Green Blue C M Y K H S L
Decimal 82 97 23 0.15 0 0.76 0.62 72.16 0.62 0.24
Hex 52 61 17 F 0 4C 3E 48 3E 18
Octal 122 141 27 17 0 114 76 110 76 30
Binary 1010010 1100001 10111 1111 0 1001100 111110 1001000 111110 11000

Color Harmonies of #526117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526117

Black with #526117

Text Example


Text Example

White with #526117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526117; }

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

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

background-color css

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

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

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

border-color css

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

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

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