#526515

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

Shades of Verdun Green #526515

Tints of Verdun Green #526515

Color information

#526515 (or 0x526515) is unknown color: approx Verdun Green. HEX triplet: 52, 65 and 15. RGB value is (82,101,21). Sum of RGB (Red+Green+Blue) = 82+101+21=204 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40.20% from 204); Green value is 101 (39.84% from 255 or 49.51% from 204); Blue value is 21 (8.59% from 255 or 10.29% from 204); Max value from RGB is 101 - color contains mainly: green. Hex color #526515 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526515 is #AD9AEA. Grayscale: #565656. Windows color (decimal): -11377387 or 1402194. OLE color: 1402194.

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

Color convert

RGB8210121-
CMYK0.1900.790.60
HSL74.25º65.57%23.92%-
HSV(B)74.25º79.21%39.61%-
XYZ8.2711.162.43-
YUV86.291.21125-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.20%
GREEN value IS 101 (39.84% from 255) = 49.51%
BLUE value IS 21 (8.59% from 255) = 10.29%
R=40.20%
G=49.51%
B=10.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal82101210.1900.790.6074.2565.5723.92
Hex5265151304F3C4a4218
Octal122145252301177411210230
Binary101001011001011010110011010011111111001001010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526515; }

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

 H1.HeaderClassName
 {
   color: #526515;
 }
 .AnyTagClassName
 {
   color: #526515;
 }
</style>
background-color css

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

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

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

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

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

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