Html Css Color HEX #585901 Verdun Green

📋 copy color: '#585901'

red 88 ◦ green 89 ◦ blue 1

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

Shades of Verdun Green #585901

Tints of Verdun Green #585901

RGB

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

 GREEN value IS 89 (35.16% from 255) = 50%

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

R = 49.44%
G = 50%
B = 0.56%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#585901 (or 0x585901) is known color: Verdun Green. HEX triplet: 58, 59 and 01. RGB value is (88,89,1). Sum of RGB (Red+Green+Blue) = 88+89+1=178 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.44% from 178); Green value is 89 (35.16% from 255 or 50% from 178); Blue value is 1 (0.78% from 255 or 0.56% from 178); Max value from RGB is 89 - color contains mainly: green. Hex color #585901 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585901 is #A7A6FE. Grayscale: #4F4F4F. Windows color (decimal): -10987263 or 88408. OLE color: 88408.

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

Color convert

RGB 88 89 1 -
CMYK 0.01 0 0.99 0.65
HSL 60.68º 0.98% 0.18% -
HSV(B) 60.68º 0.99% 0.35% -
XYZ 7.6 9.22 1.41 -
YUV 78.67 84.17 134.66 -
System Red Green Blue C M Y K H S L
Decimal 88 89 1 0.01 0 0.99 0.65 60.68 0.98 0.18
Hex 58 59 1 1 0 63 41 3D 62 12
Octal 130 131 1 1 0 143 101 75 142 22
Binary 1011000 1011001 1 1 0 1100011 1000001 111101 1100010 10010

Color Harmonies of #585901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585901

Black with #585901

Text Example


Text Example

White with #585901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585901; }

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

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

background-color css

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

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

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

border-color css

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

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

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