#526715

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

Shades of Verdun Green #526715

Tints of Verdun Green #526715

Color information

#526715 (or 0x526715) is unknown color: approx Verdun Green. HEX triplet: 52, 67 and 15. RGB value is (82,103,21). Sum of RGB (Red+Green+Blue) = 82+103+21=206 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.81% from 206); Green value is 103 (40.62% from 255 or 50% from 206); Blue value is 21 (8.59% from 255 or 10.19% from 206); Max value from RGB is 103 - color contains mainly: green. Hex color #526715 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526715 is #AD98EA. Grayscale: #575757. Windows color (decimal): -11376875 or 1402706. OLE color: 1402706.

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

Color convert

RGB8210321-
CMYK0.2000.800.60
HSL75.37º66.13%24.31%-
HSV(B)75.37º79.61%40.39%-
XYZ8.4711.552.49-
YUV87.3790.54124.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.81%
GREEN value IS 103 (40.62% from 255) = 50%
BLUE value IS 21 (8.59% from 255) = 10.19%
R=39.81%
G=50%
B=10.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal82103210.2000.800.6075.3766.1324.31
Hex526715140503C4b4218
Octal122147252401207411310230
Binary101001011001111010110100010100001111001001011100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526715; }

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

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

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

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

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

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

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

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