Html Css Color HEX #585400 Verdun Green

📋 copy color: '#585400'

red 88 ◦ green 84 ◦ blue 0

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

Shades of Verdun Green #585400

Tints of Verdun Green #585400

RGB

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

 GREEN value IS 84 (33.2% from 255) = 48.84%

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

R = 51.16%
G = 48.84%
B = 0%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#585400 (or 0x585400) is known color: Verdun Green. HEX triplet: 58, 54 and 00. RGB value is (88,84,0). Sum of RGB (Red+Green+Blue) = 88+84+0=172 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.16% from 172); Green value is 84 (33.20% from 255 or 48.84% from 172); Blue value is 0 (0.39% from 255 or 0% from 172); Max value from RGB is 88 - color contains mainly: red. Hex color #585400 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585400 is #A7ABFF. Grayscale: #4B4B4B. Windows color (decimal): -10988544 or 21592. OLE color: 21592.

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

Color convert

RGB 88 84 0 -
CMYK 0 0.05 1 0.65
HSL 57.27º 1% 0.17% -
HSV(B) 57.27º 1% 0.35% -
XYZ 7.19 8.42 1.25 -
YUV 75.62 85.33 136.83 -
System Red Green Blue C M Y K H S L
Decimal 88 84 0 0 0.05 1 0.65 57.27 1 0.17
Hex 58 54 0 0 5 64 41 39 64 11
Octal 130 124 0 0 5 144 101 71 144 21
Binary 1011000 1010100 0 0 101 1100100 1000001 111001 1100100 10001

Color Harmonies of #585400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585400

Black with #585400

Text Example


Text Example

White with #585400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585400; }

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

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

background-color css

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

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

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

border-color css

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

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

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