#526010

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

Shades of Verdun Green #526010

Tints of Verdun Green #526010

Color information

#526010 (or 0x526010) is unknown color: approx Verdun Green. HEX triplet: 52, 60 and 10. RGB value is (82,96,16). Sum of RGB (Red+Green+Blue) = 82+96+16=194 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.27% from 194); Green value is 96 (37.89% from 255 or 49.48% from 194); Blue value is 16 (6.64% from 255 or 8.25% from 194); Max value from RGB is 96 - color contains mainly: green. Hex color #526010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526010 is #AD9FEF. Grayscale: #535353. Windows color (decimal): -11378672 or 1073234. OLE color: 1073234.

HSL color Cylindrical-coordinate representation of color #526010: hue angle of 70.5º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #526010 is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.62.

Color convert

RGB829616-
CMYK0.1500.830.62
HSL70.5º71.43%21.96%-
HSV(B)70.5º83.33%37.65%-
XYZ7.7610.22.05-
YUV82.6990.36127.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.27%
GREEN value IS 96 (37.89% from 255) = 49.48%
BLUE value IS 16 (6.64% from 255) = 8.25%
R=42.27%
G=49.48%
B=8.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8296160.1500.830.6270.571.4321.96
Hex526010F0533E464716
Octal122140201701237610610726
Binary10100101100000100001111010100111111101000110100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526010; }

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

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

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

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

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

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

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

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