Html Css Color HEX #585000 Verdun Green

📋 copy color: '#585000'

red 88 ◦ green 80 ◦ blue 0

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

Shades of Verdun Green #585000

Tints of Verdun Green #585000

RGB

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

 GREEN value IS 80 (31.64% from 255) = 47.62%

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

R = 52.38%
G = 47.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#585000 (or 0x585000) is known color: Verdun Green. HEX triplet: 58, 50 and 00. RGB value is (88,80,0). Sum of RGB (Red+Green+Blue) = 88+80+0=168 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.38% from 168); Green value is 80 (31.64% from 255 or 47.62% from 168); Blue value is 0 (0.39% from 255 or 0% from 168); Max value from RGB is 88 - color contains mainly: red. Hex color #585000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585000 is #A7AFFF. Grayscale: #494949. Windows color (decimal): -10989568 or 20568. OLE color: 20568.

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

Color convert

RGB 88 80 0 -
CMYK 0 0.09 1 0.65
HSL 54.55º 1% 0.17% -
HSV(B) 54.55º 1% 0.35% -
XYZ 6.89 7.81 1.14 -
YUV 73.27 86.65 138.5 -
System Red Green Blue C M Y K H S L
Decimal 88 80 0 0 0.09 1 0.65 54.55 1 0.17
Hex 58 50 0 0 9 64 41 37 64 11
Octal 130 120 0 0 11 144 101 67 144 21
Binary 1011000 1010000 0 0 1001 1100100 1000001 110111 1100100 10001

Color Harmonies of #585000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585000

Black with #585000

Text Example


Text Example

White with #585000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585000; }

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

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

background-color css

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

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

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

border-color css

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

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

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