Html Css Color HEX #526015 Verdun Green

📋 copy color: '#526015'

red 82 ◦ green 96 ◦ blue 21

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

Shades of Verdun Green #526015

Tints of Verdun Green #526015

RGB

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

 GREEN value IS 96 (37.89% from 255) = 48.24%

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

R = 41.21%
G = 48.24%
B = 10.55%

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

#526015 (or 0x526015) is known color: Verdun Green. HEX triplet: 52, 60 and 15. RGB value is (82,96,21). Sum of RGB (Red+Green+Blue) = 82+96+21=199 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.21% from 199); Green value is 96 (37.89% from 255 or 48.24% from 199); Blue value is 21 (8.59% from 255 or 10.55% from 199); Max value from RGB is 96 - color contains mainly: green. Hex color #526015 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526015 is #AD9FEA. Grayscale: #535353. Windows color (decimal): -11378667 or 1400914. OLE color: 1400914.

HSL color Cylindrical-coordinate representation of color #526015: hue angle of 71.2º 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 #526015 is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 96 21 -
CMYK 0.15 0 0.78 0.62
HSL 71.2º 0.64% 0.23% -
HSV(B) 71.2º 0.78% 0.38% -
XYZ 7.8 10.21 2.27 -
YUV 83.26 92.86 127.1 -
System Red Green Blue C M Y K H S L
Decimal 82 96 21 0.15 0 0.78 0.62 71.2 0.64 0.23
Hex 52 60 15 F 0 4E 3E 47 40 17
Octal 122 140 25 17 0 116 76 107 100 27
Binary 1010010 1100000 10101 1111 0 1001110 111110 1000111 1000000 10111

Color Harmonies of #526015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526015

Black with #526015

Text Example


Text Example

White with #526015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526015; }

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

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

background-color css

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

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

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

border-color css

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

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

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