Html Css Color HEX #526511 Verdun Green

📋 copy color: '#526511'

red 82 ◦ green 101 ◦ blue 17

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

Shades of Verdun Green #526511

Tints of Verdun Green #526511

RGB

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

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

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

R = 41%
G = 50.5%
B = 8.5%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.83

 K value IS 0.60

RGB Variations

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

Color information

#526511 (or 0x526511) is known color: Verdun Green. HEX triplet: 52, 65 and 11. RGB value is (82,101,17). Sum of RGB (Red+Green+Blue) = 82+101+17=200 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41% from 200); Green value is 101 (39.84% from 255 or 50.5% from 200); Blue value is 17 (7.03% from 255 or 8.5% from 200); Max value from RGB is 101 - color contains mainly: green. Hex color #526511 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526511 is #AD9AEE. Grayscale: #565656. Windows color (decimal): -11377391 or 1140050. OLE color: 1140050.

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

Color convert

RGB 82 101 17 -
CMYK 0.19 0 0.83 0.60
HSL 73.57º 0.71% 0.23% -
HSV(B) 73.57º 0.83% 0.4% -
XYZ 8.23 11.14 2.25 -
YUV 85.74 89.21 125.33 -
System Red Green Blue C M Y K H S L
Decimal 82 101 17 0.19 0 0.83 0.60 73.57 0.71 0.23
Hex 52 65 11 13 0 53 3C 4A 47 17
Octal 122 145 21 23 0 123 74 112 107 27
Binary 1010010 1100101 10001 10011 0 1010011 111100 1001010 1000111 10111

Color Harmonies of #526511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526511

Black with #526511

Text Example


Text Example

White with #526511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526511; }

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

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

background-color css

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

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

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

border-color css

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

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

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