Html Css Color HEX #586600 Verdun Green

📋 copy color: '#586600'

red 88 ◦ green 102 ◦ blue 0

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

Shades of Verdun Green #586600

Tints of Verdun Green #586600

RGB

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

 GREEN value IS 102 (40.23% from 255) = 53.68%

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

R = 46.32%
G = 53.68%
B = 0%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 1

 K value IS 0.6

RGB Variations

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

Color information

#586600 (or 0x586600) is known color: Verdun Green. HEX triplet: 58, 66 and 00. RGB value is (88,102,0). Sum of RGB (Red+Green+Blue) = 88+102+0=190 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.32% from 190); Green value is 102 (40.23% from 255 or 53.68% from 190); Blue value is 0 (0.39% from 255 or 0% from 190); Max value from RGB is 102 - color contains mainly: green. Hex color #586600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #586600 is #A799FF. Grayscale: #565656. Windows color (decimal): -10983936 or 26200. OLE color: 26200.

HSL color Cylindrical-coordinate representation of color #586600: hue angle of 68.24º 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 #586600 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.6.

Color convert

RGB 88 102 0 -
CMYK 0.14 0 1 0.6
HSL 68.24º 1% 0.2% -
HSV(B) 68.24º 1% 0.4% -
XYZ 8.78 11.58 1.77 -
YUV 86.19 79.36 129.29 -
System Red Green Blue C M Y K H S L
Decimal 88 102 0 0.14 0 1 0.6 68.24 1 0.2
Hex 58 66 0 E 0 64 3C 44 64 14
Octal 130 146 0 16 0 144 74 104 144 24
Binary 1011000 1100110 0 1110 0 1100100 111100 1000100 1100100 10100

Color Harmonies of #586600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586600

Black with #586600

Text Example


Text Example

White with #586600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586600; }

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

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

background-color css

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

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

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

border-color css

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

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

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