Html Css Color HEX #585408 Verdun Green

📋 copy color: '#585408'

red 88 ◦ green 84 ◦ blue 8

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

Shades of Verdun Green #585408

Tints of Verdun Green #585408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.44%

R = 48.89%
G = 46.67%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.65

RGB Variations

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

Color information

#585408 (or 0x585408) is known color: Verdun Green. HEX triplet: 58, 54 and 08. RGB value is (88,84,8). Sum of RGB (Red+Green+Blue) = 88+84+8=180 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.89% from 180); Green value is 84 (33.20% from 255 or 46.67% from 180); Blue value is 8 (3.52% from 255 or 4.44% from 180); Max value from RGB is 88 - color contains mainly: red. Hex color #585408 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585408 is #A7ABF7. Grayscale: #4C4C4C. Windows color (decimal): -10988536 or 545880. OLE color: 545880.

HSL color Cylindrical-coordinate representation of color #585408: hue angle of 57º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #585408 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 84 8 -
CMYK 0 0.05 0.91 0.65
HSL 57º 0.83% 0.19% -
HSV(B) 57º 0.91% 0.35% -
XYZ 7.24 8.43 1.48 -
YUV 76.53 89.33 136.18 -
System Red Green Blue C M Y K H S L
Decimal 88 84 8 0 0.05 0.91 0.65 57 0.83 0.19
Hex 58 54 8 0 5 5B 41 39 53 13
Octal 130 124 10 0 5 133 101 71 123 23
Binary 1011000 1010100 1000 0 101 1011011 1000001 111001 1010011 10011

Color Harmonies of #585408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585408

Black with #585408

Text Example


Text Example

White with #585408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585408; }

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

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

background-color css

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

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

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

border-color css

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

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

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