#526015

Color #526015 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #526015

Tints of Verdun Green #526015

Color information

#526015 (or 0x526015) is unknown color: approx 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

RGB829621-
CMYK0.1500.780.62
HSL71.2º64.1%22.94%-
HSV(B)71.2º78.12%37.65%-
XYZ7.810.212.27-
YUV83.2692.86127.1-

RGB Variations

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

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 (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8296210.1500.780.6271.264.122.94
Hex526015F04E3E474017
Octal122140251701167610710027
Binary10100101100000101011111010011101111101000111100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>