#526519

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

Shades of Verdun Green #526519

Tints of Verdun Green #526519

Color information

#526519 (or 0x526519) is unknown color: approx Verdun Green. HEX triplet: 52, 65 and 19. RGB value is (82,101,25). Sum of RGB (Red+Green+Blue) = 82+101+25=208 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.42% from 208); Green value is 101 (39.84% from 255 or 48.56% from 208); Blue value is 25 (10.16% from 255 or 12.02% from 208); Max value from RGB is 101 - color contains mainly: green. Hex color #526519 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526519 is #AD9AE6. Grayscale: #565656. Windows color (decimal): -11377383 or 1664338. OLE color: 1664338.

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

Color convert

RGB8210125-
CMYK0.1900.750.60
HSL75º60.32%24.71%-
HSV(B)75º75.25%39.61%-
XYZ8.3111.172.64-
YUV86.6693.21124.68-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.42%
GREEN value IS 101 (39.84% from 255) = 48.56%
BLUE value IS 25 (10.16% from 255) = 12.02%
R=39.42%
G=48.56%
B=12.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal82101250.1900.750.607560.3224.71
Hex5265191304B3C4b3c19
Octal12214531230113741137431
Binary10100101100101110011001101001011111100100101111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526519; }

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

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

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

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

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

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

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

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