Html Css Color HEX #585100 Verdun Green

📋 copy color: '#585100'

red 88 ◦ green 81 ◦ blue 0

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

Shades of Verdun Green #585100

Tints of Verdun Green #585100

RGB

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

 GREEN value IS 81 (32.03% from 255) = 47.93%

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

R = 52.07%
G = 47.93%
B = 0%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#585100 (or 0x585100) is known color: Verdun Green. HEX triplet: 58, 51 and 00. RGB value is (88,81,0). Sum of RGB (Red+Green+Blue) = 88+81+0=169 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.07% from 169); Green value is 81 (32.03% from 255 or 47.93% from 169); Blue value is 0 (0.39% from 255 or 0% from 169); Max value from RGB is 88 - color contains mainly: red. Hex color #585100 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585100 is #A7AEFF. Grayscale: #4A4A4A. Windows color (decimal): -10989312 or 20824. OLE color: 20824.

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

Color convert

RGB 88 81 0 -
CMYK 0 0.08 1 0.65
HSL 55.23º 1% 0.17% -
HSV(B) 55.23º 1% 0.35% -
XYZ 6.97 7.96 1.17 -
YUV 73.86 86.32 138.09 -
System Red Green Blue C M Y K H S L
Decimal 88 81 0 0 0.08 1 0.65 55.23 1 0.17
Hex 58 51 0 0 8 64 41 37 64 11
Octal 130 121 0 0 10 144 101 67 144 21
Binary 1011000 1010001 0 0 1000 1100100 1000001 110111 1100100 10001

Color Harmonies of #585100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585100

Black with #585100

Text Example


Text Example

White with #585100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585100; }

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

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

background-color css

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

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

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

border-color css

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

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

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