Html Css Color HEX #585500 Verdun Green

📋 copy color: '#585500'

red 88 ◦ green 85 ◦ blue 0

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

Shades of Verdun Green #585500

Tints of Verdun Green #585500

RGB

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

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

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

R = 50.87%
G = 49.13%
B = 0%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#585500 (or 0x585500) is known color: Verdun Green. HEX triplet: 58, 55 and 00. RGB value is (88,85,0). Sum of RGB (Red+Green+Blue) = 88+85+0=173 (22% of max value = 765). Red value is 88 (34.77% from 255 or 50.87% from 173); Green value is 85 (33.59% from 255 or 49.13% from 173); Blue value is 0 (0.39% from 255 or 0% from 173); Max value from RGB is 88 - color contains mainly: red. Hex color #585500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585500 is #A7AAFF. Grayscale: #4C4C4C. Windows color (decimal): -10988288 or 21848. OLE color: 21848.

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

Color convert

RGB 88 85 0 -
CMYK 0 0.03 1 0.65
HSL 57.95º 1% 0.17% -
HSV(B) 57.95º 1% 0.35% -
XYZ 7.27 8.57 1.27 -
YUV 76.21 84.99 136.41 -
System Red Green Blue C M Y K H S L
Decimal 88 85 0 0 0.03 1 0.65 57.95 1 0.17
Hex 58 55 0 0 3 64 41 3A 64 11
Octal 130 125 0 0 3 144 101 72 144 21
Binary 1011000 1010101 0 0 11 1100100 1000001 111010 1100100 10001

Color Harmonies of #585500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585500

Black with #585500

Text Example


Text Example

White with #585500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585500; }

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

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

background-color css

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

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

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

border-color css

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

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

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