Html Css Color HEX #585501 Verdun Green

📋 copy color: '#585501'

red 88 ◦ green 85 ◦ blue 1

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

Shades of Verdun Green #585501

Tints of Verdun Green #585501

RGB

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

 GREEN value IS 85 (33.59% from 255) = 48.85%

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

R = 50.57%
G = 48.85%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#585501 (or 0x585501) is known color: Verdun Green. HEX triplet: 58, 55 and 01. RGB value is (88,85,1). Sum of RGB (Red+Green+Blue) = 88+85+1=174 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.57% from 174); Green value is 85 (33.59% from 255 or 48.85% from 174); Blue value is 1 (0.78% from 255 or 0.57% from 174); Max value from RGB is 88 - color contains mainly: red. Hex color #585501 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585501 is #A7AAFE. Grayscale: #4C4C4C. Windows color (decimal): -10988287 or 87384. OLE color: 87384.

HSL color Cylindrical-coordinate representation of color #585501: hue angle of 57.93º 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 #585501 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 85 1 -
CMYK 0 0.03 0.99 0.65
HSL 57.93º 0.98% 0.17% -
HSV(B) 57.93º 0.99% 0.35% -
XYZ 7.28 8.57 1.3 -
YUV 76.32 85.49 136.33 -
System Red Green Blue C M Y K H S L
Decimal 88 85 1 0 0.03 0.99 0.65 57.93 0.98 0.17
Hex 58 55 1 0 3 63 41 3A 62 11
Octal 130 125 1 0 3 143 101 72 142 21
Binary 1011000 1010101 1 0 11 1100011 1000001 111010 1100010 10001

Color Harmonies of #585501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585501

Black with #585501

Text Example


Text Example

White with #585501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585501; }

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

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

background-color css

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

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

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

border-color css

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

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

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