#525612

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

Shades of Verdun Green #525612

Tints of Verdun Green #525612

Color information

#525612 (or 0x525612) is unknown color: approx Verdun Green. HEX triplet: 52, 56 and 12. RGB value is (82,86,18). Sum of RGB (Red+Green+Blue) = 82+86+18=186 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.09% from 186); Green value is 86 (33.98% from 255 or 46.24% from 186); Blue value is 18 (7.42% from 255 or 9.68% from 186); Max value from RGB is 86 - color contains mainly: green. Hex color #525612 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525612 is #ADA9ED. Grayscale: #4D4D4D. Windows color (decimal): -11381230 or 1201746. OLE color: 1201746.

HSL color Cylindrical-coordinate representation of color #525612: hue angle of 63.53º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #525612 is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB828618-
CMYK0.0500.790.66
HSL63.53º65.38%20.39%-
HSV(B)63.53º79.07%33.73%-
XYZ6.928.491.85-
YUV77.0594.67131.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 44.09%
GREEN value IS 86 (33.98% from 255) = 46.24%
BLUE value IS 18 (7.42% from 255) = 9.68%
R=44.09%
G=46.24%
B=9.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8286180.0500.790.6663.5365.3820.39
Hex525612504F42404114
Octal122126225011710210010124
Binary10100101010110100101010100111110000101000000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525612; }

 p { color: rgb(82,86,18); }

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

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

 a { background-color: rgb(82,86,18); }

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

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

 span { border-color: rgb(82,86,18); }

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