Html Css Color HEX #586500 Verdun Green

📋 copy color: '#586500'

red 88 ◦ green 101 ◦ blue 0

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

Shades of Verdun Green #586500

Tints of Verdun Green #586500

RGB

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

 GREEN value IS 101 (39.84% from 255) = 53.44%

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

R = 46.56%
G = 53.44%
B = 0%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 1

 K value IS 0.60

RGB Variations

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

Color information

#586500 (or 0x586500) is known color: Verdun Green. HEX triplet: 58, 65 and 00. RGB value is (88,101,0). Sum of RGB (Red+Green+Blue) = 88+101+0=189 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.56% from 189); Green value is 101 (39.84% from 255 or 53.44% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 101 - color contains mainly: green. Hex color #586500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #586500 is #A79AFF. Grayscale: #555555. Windows color (decimal): -10984192 or 25944. OLE color: 25944.

HSL color Cylindrical-coordinate representation of color #586500: hue angle of 67.72º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #586500 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.60.

Color convert

RGB 88 101 0 -
CMYK 0.13 0 1 0.60
HSL 67.72º 1% 0.2% -
HSV(B) 67.72º 1% 0.4% -
XYZ 8.68 11.38 1.74 -
YUV 85.6 79.69 129.71 -
System Red Green Blue C M Y K H S L
Decimal 88 101 0 0.13 0 1 0.60 67.72 1 0.2
Hex 58 65 0 D 0 64 3C 44 64 14
Octal 130 145 0 15 0 144 74 104 144 24
Binary 1011000 1100101 0 1101 0 1100100 111100 1000100 1100100 10100

Color Harmonies of #586500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586500

Black with #586500

Text Example


Text Example

White with #586500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586500; }

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

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

background-color css

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

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

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

border-color css

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

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

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