Html Css Color HEX #586012 Verdun Green

📋 copy color: '#586012'

red 88 ◦ green 96 ◦ blue 18

#586012
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #586012

Tints of Verdun Green #586012

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 value IS 0.08

 M value IS 0

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#586012 (or 0x586012) is known color: 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

RGB 88 96 18 -
CMYK 0.08 0 0.81 0.62
HSL 66.15º 0.68% 0.22% -
HSV(B) 66.15º 0.81% 0.38% -
XYZ 8.32 10.48 2.16 -
YUV 84.72 90.35 130.34 -
System Red Green Blue C M Y K H S L
Decimal 88 96 18 0.08 0 0.81 0.62 66.15 0.68 0.22
Hex 58 60 12 8 0 51 3E 42 44 16
Octal 130 140 22 10 0 121 76 102 104 26
Binary 1011000 1100000 10010 1000 0 1010001 111110 1000010 1000100 10110

Color Harmonies of #586012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586012

Black with #586012

Text Example


Text Example

White with #586012

Text Example


Text Example

HTML Codes & Css Web 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>