Html Css Color HEX #526510 Verdun Green

📋 copy color: '#526510'

red 82 ◦ green 101 ◦ blue 16

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

Shades of Verdun Green #526510

Tints of Verdun Green #526510

RGB

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

 GREEN value IS 101 (39.84% from 255) = 50.75%

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

R = 41.21%
G = 50.75%
B = 8.04%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.84

 K value IS 0.60

RGB Variations

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

Color information

#526510 (or 0x526510) is known color: Verdun Green. HEX triplet: 52, 65 and 10. RGB value is (82,101,16). Sum of RGB (Red+Green+Blue) = 82+101+16=199 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.21% from 199); Green value is 101 (39.84% from 255 or 50.75% from 199); Blue value is 16 (6.64% from 255 or 8.04% from 199); Max value from RGB is 101 - color contains mainly: green. Hex color #526510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526510 is #AD9AEF. Grayscale: #555555. Windows color (decimal): -11377392 or 1074514. OLE color: 1074514.

HSL color Cylindrical-coordinate representation of color #526510: hue angle of 73.41º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #526510 is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.60.

Color convert

RGB 82 101 16 -
CMYK 0.19 0 0.84 0.60
HSL 73.41º 0.73% 0.23% -
HSV(B) 73.41º 0.84% 0.4% -
XYZ 8.23 11.14 2.21 -
YUV 85.63 88.71 125.41 -
System Red Green Blue C M Y K H S L
Decimal 82 101 16 0.19 0 0.84 0.60 73.41 0.73 0.23
Hex 52 65 10 13 0 54 3C 49 49 17
Octal 122 145 20 23 0 124 74 111 111 27
Binary 1010010 1100101 10000 10011 0 1010100 111100 1001001 1001001 10111

Color Harmonies of #526510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526510

Black with #526510

Text Example


Text Example

White with #526510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526510; }

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

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

background-color css

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

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

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

border-color css

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

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

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