Html Css Color HEX #586000 Verdun Green

📋 copy color: '#586000'

red 88 ◦ green 96 ◦ blue 0

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

Shades of Verdun Green #586000

Tints of Verdun Green #586000

RGB

 RED value IS 88 (34.77% from 255) = 47.83%

 GREEN value IS 96 (37.89% from 255) = 52.17%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.83%
G = 52.17%
B = 0%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#586000 (or 0x586000) is known color: Verdun Green. HEX triplet: 58, 60 and 00. RGB value is (88,96,0). Sum of RGB (Red+Green+Blue) = 88+96+0=184 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.83% from 184); Green value is 96 (37.89% from 255 or 52.17% from 184); Blue value is 0 (0.39% from 255 or 0% from 184); Max value from RGB is 96 - color contains mainly: green. Hex color #586000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #586000 is #A79FFF. Grayscale: #535353. Windows color (decimal): -10985472 or 24664. OLE color: 24664.

HSL color Cylindrical-coordinate representation of color #586000: hue angle of 65º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #586000 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.62.

Color convert

RGB 88 96 0 -
CMYK 0.08 0 1 0.62
HSL 65º 1% 0.19% -
HSV(B) 65º 1% 0.38% -
XYZ 8.21 10.44 1.58 -
YUV 82.66 81.35 131.81 -
System Red Green Blue C M Y K H S L
Decimal 88 96 0 0.08 0 1 0.62 65 1 0.19
Hex 58 60 0 8 0 64 3E 41 64 13
Octal 130 140 0 10 0 144 76 101 144 23
Binary 1011000 1100000 0 1000 0 1100100 111110 1000001 1100100 10011

Color Harmonies of #586000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586000

Black with #586000

Text Example


Text Example

White with #586000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586000; }

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

 H1.HeaderClassName
 {
   color: #586000;
 }
 .AnyTagClassName
 {
   color: #586000;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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