Html Css Color HEX #526115 Verdun Green

📋 copy color: '#526115'

red 82 ◦ green 97 ◦ blue 21

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

Shades of Verdun Green #526115

Tints of Verdun Green #526115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.5%

R = 41%
G = 48.5%
B = 10.5%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#526115 (or 0x526115) is known color: Verdun Green. HEX triplet: 52, 61 and 15. RGB value is (82,97,21). Sum of RGB (Red+Green+Blue) = 82+97+21=200 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41% from 200); Green value is 97 (38.28% from 255 or 48.5% from 200); Blue value is 21 (8.59% from 255 or 10.5% from 200); Max value from RGB is 97 - color contains mainly: green. Hex color #526115 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526115 is #AD9EEA. Grayscale: #545454. Windows color (decimal): -11378411 or 1401170. OLE color: 1401170.

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

Color convert

RGB 82 97 21 -
CMYK 0.15 0 0.78 0.62
HSL 71.84º 0.64% 0.23% -
HSV(B) 71.84º 0.78% 0.38% -
XYZ 7.89 10.4 2.3 -
YUV 83.85 92.53 126.68 -
System Red Green Blue C M Y K H S L
Decimal 82 97 21 0.15 0 0.78 0.62 71.84 0.64 0.23
Hex 52 61 15 F 0 4E 3E 48 40 17
Octal 122 141 25 17 0 116 76 110 100 27
Binary 1010010 1100001 10101 1111 0 1001110 111110 1001000 1000000 10111

Color Harmonies of #526115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526115

Black with #526115

Text Example


Text Example

White with #526115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526115; }

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

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

background-color css

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

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

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

border-color css

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

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

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