Html Css Color HEX #586501 Verdun Green

📋 copy color: '#586501'

red 88 ◦ green 101 ◦ blue 1

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

Shades of Verdun Green #586501

Tints of Verdun Green #586501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.53%

R = 46.32%
G = 53.16%
B = 0.53%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.99

 K value IS 0.60

RGB Variations

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

Color information

#586501 (or 0x586501) is known color: Verdun Green. HEX triplet: 58, 65 and 01. RGB value is (88,101,1). Sum of RGB (Red+Green+Blue) = 88+101+1=190 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.32% from 190); Green value is 101 (39.84% from 255 or 53.16% from 190); Blue value is 1 (0.78% from 255 or 0.53% from 190); Max value from RGB is 101 - color contains mainly: green. Hex color #586501 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #586501 is #A79AFE. Grayscale: #565656. Windows color (decimal): -10984191 or 91480. OLE color: 91480.

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

Color convert

RGB 88 101 1 -
CMYK 0.13 0 0.99 0.60
HSL 67.8º 0.98% 0.2% -
HSV(B) 67.8º 0.99% 0.4% -
XYZ 8.68 11.38 1.77 -
YUV 85.71 80.19 129.63 -
System Red Green Blue C M Y K H S L
Decimal 88 101 1 0.13 0 0.99 0.60 67.8 0.98 0.2
Hex 58 65 1 D 0 63 3C 44 62 14
Octal 130 145 1 15 0 143 74 104 142 24
Binary 1011000 1100101 1 1101 0 1100011 111100 1000100 1100010 10100

Color Harmonies of #586501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586501

Black with #586501

Text Example


Text Example

White with #586501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586501; }

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

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

background-color css

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

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

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

border-color css

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

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

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