Html Css Color HEX #586200 Verdun Green

📋 copy color: '#586200'

red 88 ◦ green 98 ◦ blue 0

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

Shades of Verdun Green #586200

Tints of Verdun Green #586200

RGB

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

 GREEN value IS 98 (38.67% from 255) = 52.69%

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

R = 47.31%
G = 52.69%
B = 0%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#586200 (or 0x586200) is known color: Verdun Green. HEX triplet: 58, 62 and 00. RGB value is (88,98,0). Sum of RGB (Red+Green+Blue) = 88+98+0=186 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.31% from 186); Green value is 98 (38.67% from 255 or 52.69% from 186); Blue value is 0 (0.39% from 255 or 0% from 186); Max value from RGB is 98 - color contains mainly: green. Hex color #586200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #586200 is #A79DFF. Grayscale: #545454. Windows color (decimal): -10984960 or 25176. OLE color: 25176.

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

Color convert

RGB 88 98 0 -
CMYK 0.10 0 1 0.62
HSL 66.12º 1% 0.19% -
HSV(B) 66.12º 1% 0.38% -
XYZ 8.39 10.81 1.64 -
YUV 83.84 80.69 130.97 -
System Red Green Blue C M Y K H S L
Decimal 88 98 0 0.10 0 1 0.62 66.12 1 0.19
Hex 58 62 0 A 0 64 3E 42 64 13
Octal 130 142 0 12 0 144 76 102 144 23
Binary 1011000 1100010 0 1010 0 1100100 111110 1000010 1100100 10011

Color Harmonies of #586200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586200

Black with #586200

Text Example


Text Example

White with #586200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586200; }

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

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

background-color css

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

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

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

border-color css

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

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

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