Html Css Color HEX #585801 Verdun Green

📋 copy color: '#585801'

red 88 ◦ green 88 ◦ blue 1

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

Shades of Verdun Green #585801

Tints of Verdun Green #585801

RGB

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

 GREEN value IS 88 (34.77% from 255) = 49.72%

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

R = 49.72%
G = 49.72%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#585801 (or 0x585801) is known color: Verdun Green. HEX triplet: 58, 58 and 01. RGB value is (88,88,1). Sum of RGB (Red+Green+Blue) = 88+88+1=177 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.72% from 177); Green value is 88 (34.77% from 255 or 49.72% from 177); Blue value is 1 (0.78% from 255 or 0.56% from 177); Max value from RGB is 88 - color contains mainly: red, green. Hex color #585801 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585801 is #A7A7FE. Grayscale: #4E4E4E. Windows color (decimal): -10987519 or 88152. OLE color: 88152.

HSL color Cylindrical-coordinate representation of color #585801: hue angle of 60º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #585801 is Cyan = 0, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 88 1 -
CMYK 0 0 0.99 0.65
HSL 60º 0.98% 0.17% -
HSV(B) 60º 0.99% 0.35% -
XYZ 7.52 9.06 1.38 -
YUV 78.08 84.5 135.07 -
System Red Green Blue C M Y K H S L
Decimal 88 88 1 0 0 0.99 0.65 60 0.98 0.17
Hex 58 58 1 0 0 63 41 3C 62 11
Octal 130 130 1 0 0 143 101 74 142 21
Binary 1011000 1011000 1 0 0 1100011 1000001 111100 1100010 10001

Color Harmonies of #585801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585801

Black with #585801

Text Example


Text Example

White with #585801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585801; }

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

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

background-color css

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

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

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

border-color css

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

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

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