Html Css Color HEX #585503 Verdun Green

📋 copy color: '#585503'

red 88 ◦ green 85 ◦ blue 3

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

Shades of Verdun Green #585503

Tints of Verdun Green #585503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.7%

R = 50%
G = 48.3%
B = 1.7%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.97

 K value IS 0.65

RGB Variations

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

Color information

#585503 (or 0x585503) is known color: Verdun Green. HEX triplet: 58, 55 and 03. RGB value is (88,85,3). Sum of RGB (Red+Green+Blue) = 88+85+3=176 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50% from 176); Green value is 85 (33.59% from 255 or 48.30% from 176); Blue value is 3 (1.56% from 255 or 1.70% from 176); Max value from RGB is 88 - color contains mainly: red. Hex color #585503 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585503 is #A7AAFC. Grayscale: #4C4C4C. Windows color (decimal): -10988285 or 218456. OLE color: 218456.

HSL color Cylindrical-coordinate representation of color #585503: hue angle of 57.88º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #585503 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 85 3 -
CMYK 0 0.03 0.97 0.65
HSL 57.88º 0.93% 0.18% -
HSV(B) 57.88º 0.97% 0.35% -
XYZ 7.29 8.58 1.36 -
YUV 76.55 86.49 136.17 -
System Red Green Blue C M Y K H S L
Decimal 88 85 3 0 0.03 0.97 0.65 57.88 0.93 0.18
Hex 58 55 3 0 3 61 41 3A 5D 12
Octal 130 125 3 0 3 141 101 72 135 22
Binary 1011000 1010101 11 0 11 1100001 1000001 111010 1011101 10010

Color Harmonies of #585503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585503

Black with #585503

Text Example


Text Example

White with #585503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585503; }

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

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

background-color css

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

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

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

border-color css

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

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

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