Html Css Color HEX #588040 Dingley

📋 copy color: '#588040'

red 88 ◦ green 128 ◦ blue 64

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

Shades of Dingley #588040

Tints of Dingley #588040

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.71%

 BLUE value IS 64 (25.39% from 255) = 22.86%

R = 31.43%
G = 45.71%
B = 22.86%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.5

 K value IS 0.50

RGB Variations

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

Color information

#588040 (or 0x588040) is known color: Dingley. HEX triplet: 58, 80 and 40. RGB value is (88,128,64). Sum of RGB (Red+Green+Blue) = 88+128+64=280 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.43% from 280); Green value is 128 (50.39% from 255 or 45.71% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 128 - color contains mainly: green. Hex color #588040 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #588040 is #A77FBF. Grayscale: #6C6C6C. Windows color (decimal): -10977216 or 4227160. OLE color: 4227160.

HSL color Cylindrical-coordinate representation of color #588040: hue angle of 97.5º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #588040 is Cyan = 0.31, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.50.

Color convert

RGB 88 128 64 -
CMYK 0.31 0 0.5 0.50
HSL 97.5º 0.33% 0.38% -
HSV(B) 97.5º 0.5% 0.5% -
XYZ 12.67 17.88 7.63 -
YUV 108.74 102.75 113.2 -
System Red Green Blue C M Y K H S L
Decimal 88 128 64 0.31 0 0.5 0.50 97.5 0.33 0.38
Hex 58 80 40 1F 0 32 32 62 21 26
Octal 130 200 100 37 0 62 62 142 41 46
Binary 1011000 10000000 1000000 11111 0 110010 110010 1100010 100001 100110

Color Harmonies of #588040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588040

Black with #588040

Text Example


Text Example

White with #588040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588040; }

 p { color: rgb(88,128,64); }

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

background-color css

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

 a { background-color: rgb(88,128,64); }

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

border-color css

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

 span { border-color: rgb(88,128,64); }

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