Html Css Color HEX #526217 Verdun Green

📋 copy color: '#526217'

red 82 ◦ green 98 ◦ blue 23

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

Shades of Verdun Green #526217

Tints of Verdun Green #526217

RGB

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

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

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

R = 40.39%
G = 48.28%
B = 11.33%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#526217 (or 0x526217) is known color: Verdun Green. HEX triplet: 52, 62 and 17. RGB value is (82,98,23). Sum of RGB (Red+Green+Blue) = 82+98+23=203 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.39% from 203); Green value is 98 (38.67% from 255 or 48.28% from 203); Blue value is 23 (9.38% from 255 or 11.33% from 203); Max value from RGB is 98 - color contains mainly: green. Hex color #526217 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526217 is #AD9DE8. Grayscale: #545454. Windows color (decimal): -11378153 or 1532498. OLE color: 1532498.

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

Color convert

RGB 82 98 23 -
CMYK 0.16 0 0.77 0.62
HSL 72.8º 0.62% 0.24% -
HSV(B) 72.8º 0.77% 0.38% -
XYZ 8 10.59 2.43 -
YUV 84.67 93.2 126.1 -
System Red Green Blue C M Y K H S L
Decimal 82 98 23 0.16 0 0.77 0.62 72.8 0.62 0.24
Hex 52 62 17 10 0 4D 3E 49 3E 18
Octal 122 142 27 20 0 115 76 111 76 30
Binary 1010010 1100010 10111 10000 0 1001101 111110 1001001 111110 11000

Color Harmonies of #526217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526217

Black with #526217

Text Example


Text Example

White with #526217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526217; }

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

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

background-color css

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

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

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

border-color css

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

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

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