#526012

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

Shades of Verdun Green #526012

Tints of Verdun Green #526012

Color information

#526012 (or 0x526012) is unknown color: approx Verdun Green. HEX triplet: 52, 60 and 12. RGB value is (82,96,18). Sum of RGB (Red+Green+Blue) = 82+96+18=196 (25% of max value = 765). Red value is 82 (32.42% from 255 or 41.84% from 196); Green value is 96 (37.89% from 255 or 48.98% from 196); Blue value is 18 (7.42% from 255 or 9.18% from 196); Max value from RGB is 96 - color contains mainly: green. Hex color #526012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526012 is #AD9FED. Grayscale: #535353. Windows color (decimal): -11378670 or 1204306. OLE color: 1204306.

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

Color convert

RGB829618-
CMYK0.1500.810.62
HSL70.77º68.42%22.35%-
HSV(B)70.77º81.25%37.65%-
XYZ7.7710.22.13-
YUV82.9291.36127.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.84%
GREEN value IS 96 (37.89% from 255) = 48.98%
BLUE value IS 18 (7.42% from 255) = 9.18%
R=41.84%
G=48.98%
B=9.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8296180.1500.810.6270.7768.4222.35
Hex526012F0513E474416
Octal122140221701217610710426
Binary10100101100000100101111010100011111101000111100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526012; }

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

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

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

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

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

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

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

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