#586012

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

Shades of Verdun Green #586012

Tints of Verdun Green #586012

Color information

#586012 (or 0x586012) is unknown color: approx Verdun Green. HEX triplet: 58, 60 and 12. RGB value is (88,96,18). Sum of RGB (Red+Green+Blue) = 88+96+18=202 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.56% from 202); Green value is 96 (37.89% from 255 or 47.52% from 202); Blue value is 18 (7.42% from 255 or 8.91% from 202); Max value from RGB is 96 - color contains mainly: green. Hex color #586012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #586012 is #A79FED. Grayscale: #555555. Windows color (decimal): -10985454 or 1204312. OLE color: 1204312.

HSL color Cylindrical-coordinate representation of color #586012: hue angle of 66.15º 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 #586012 is Cyan = 0.08, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB889618-
CMYK0.0800.810.62
HSL66.15º68.42%22.35%-
HSV(B)66.15º81.25%37.65%-
XYZ8.3210.482.16-
YUV84.7290.35130.34-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.56%
GREEN value IS 96 (37.89% from 255) = 47.52%
BLUE value IS 18 (7.42% from 255) = 8.91%
R=43.56%
G=47.52%
B=8.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8896180.0800.810.6266.1568.4222.35
Hex58601280513E424416
Octal130140221001217610210426
Binary10110001100000100101000010100011111101000010100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586012; }

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

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

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

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

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

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

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

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