Html Css Color HEX #526810 Verdun Green

📋 copy color: '#526810'

red 82 ◦ green 104 ◦ blue 16

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

Shades of Verdun Green #526810

Tints of Verdun Green #526810

RGB

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

 GREEN value IS 104 (41.02% from 255) = 51.49%

 BLUE value IS 16 (6.64% from 255) = 7.92%

R = 40.59%
G = 51.49%
B = 7.92%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#526810 (or 0x526810) is known color: Verdun Green. HEX triplet: 52, 68 and 10. RGB value is (82,104,16). Sum of RGB (Red+Green+Blue) = 82+104+16=202 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.59% from 202); Green value is 104 (41.02% from 255 or 51.49% from 202); Blue value is 16 (6.64% from 255 or 7.92% from 202); Max value from RGB is 104 - color contains mainly: green. Hex color #526810 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526810 is #AD97EF. Grayscale: #575757. Windows color (decimal): -11376624 or 1075282. OLE color: 1075282.

HSL color Cylindrical-coordinate representation of color #526810: hue angle of 75º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #526810 is Cyan = 0.21, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 104 16 -
CMYK 0.21 0 0.85 0.59
HSL 75º 0.73% 0.24% -
HSV(B) 75º 0.85% 0.41% -
XYZ 8.52 11.73 2.31 -
YUV 87.39 87.71 124.16 -
System Red Green Blue C M Y K H S L
Decimal 82 104 16 0.21 0 0.85 0.59 75 0.73 0.24
Hex 52 68 10 15 0 55 3B 4B 49 18
Octal 122 150 20 25 0 125 73 113 111 30
Binary 1010010 1101000 10000 10101 0 1010101 111011 1001011 1001001 11000

Color Harmonies of #526810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526810

Black with #526810

Text Example


Text Example

White with #526810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526810; }

 p { color: rgb(82,104,16); }

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

background-color css

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

 a { background-color: rgb(82,104,16); }

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

border-color css

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

 span { border-color: rgb(82,104,16); }

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