Html Css Color HEX #586100 Verdun Green

📋 copy color: '#586100'

red 88 ◦ green 97 ◦ blue 0

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

Shades of Verdun Green #586100

Tints of Verdun Green #586100

RGB

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

 GREEN value IS 97 (38.28% from 255) = 52.43%

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

R = 47.57%
G = 52.43%
B = 0%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#586100 (or 0x586100) is known color: Verdun Green. HEX triplet: 58, 61 and 00. RGB value is (88,97,0). Sum of RGB (Red+Green+Blue) = 88+97+0=185 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.57% from 185); Green value is 97 (38.28% from 255 or 52.43% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 97 - color contains mainly: green. Hex color #586100 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #586100 is #A79EFF. Grayscale: #535353. Windows color (decimal): -10985216 or 24920. OLE color: 24920.

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

Color convert

RGB 88 97 0 -
CMYK 0.09 0 1 0.62
HSL 65.57º 1% 0.19% -
HSV(B) 65.57º 1% 0.38% -
XYZ 8.3 10.62 1.61 -
YUV 83.25 81.02 131.39 -
System Red Green Blue C M Y K H S L
Decimal 88 97 0 0.09 0 1 0.62 65.57 1 0.19
Hex 58 61 0 9 0 64 3E 42 64 13
Octal 130 141 0 11 0 144 76 102 144 23
Binary 1011000 1100001 0 1001 0 1100100 111110 1000010 1100100 10011

Color Harmonies of #586100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586100

Black with #586100

Text Example


Text Example

White with #586100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586100; }

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

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

background-color css

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

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

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

border-color css

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

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

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