Html Css Color HEX #585201 Verdun Green

📋 copy color: '#585201'

red 88 ◦ green 82 ◦ blue 1

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

Shades of Verdun Green #585201

Tints of Verdun Green #585201

RGB

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

 GREEN value IS 82 (32.42% from 255) = 47.95%

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

R = 51.46%
G = 47.95%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#585201 (or 0x585201) is known color: Verdun Green. HEX triplet: 58, 52 and 01. RGB value is (88,82,1). Sum of RGB (Red+Green+Blue) = 88+82+1=171 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.46% from 171); Green value is 82 (32.42% from 255 or 47.95% from 171); Blue value is 1 (0.78% from 255 or 0.58% from 171); Max value from RGB is 88 - color contains mainly: red. Hex color #585201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585201 is #A7ADFE. Grayscale: #4A4A4A. Windows color (decimal): -10989055 or 86616. OLE color: 86616.

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

Color convert

RGB 88 82 1 -
CMYK 0 0.07 0.99 0.65
HSL 55.86º 0.98% 0.17% -
HSV(B) 55.86º 0.99% 0.35% -
XYZ 7.05 8.11 1.22 -
YUV 74.56 86.49 137.59 -
System Red Green Blue C M Y K H S L
Decimal 88 82 1 0 0.07 0.99 0.65 55.86 0.98 0.17
Hex 58 52 1 0 7 63 41 38 62 11
Octal 130 122 1 0 7 143 101 70 142 21
Binary 1011000 1010010 1 0 111 1100011 1000001 111000 1100010 10001

Color Harmonies of #585201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585201

Black with #585201

Text Example


Text Example

White with #585201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585201; }

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

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

background-color css

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

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

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

border-color css

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

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

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