Html Css Color HEX #588241 Dingley

📋 copy color: '#588241'

red 88 ◦ green 130 ◦ blue 65

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

Shades of Dingley #588241

Tints of Dingley #588241

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.94%

 BLUE value IS 65 (25.78% from 255) = 22.97%

R = 31.1%
G = 45.94%
B = 22.97%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#588241 (or 0x588241) is known color: Dingley. HEX triplet: 58, 82 and 41. RGB value is (88,130,65). Sum of RGB (Red+Green+Blue) = 88+130+65=283 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.10% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 65 (25.78% from 255 or 22.97% from 283); Max value from RGB is 130 - color contains mainly: green. Hex color #588241 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #588241 is #A77DBE. Grayscale: #6E6E6E. Windows color (decimal): -10976703 or 4293208. OLE color: 4293208.

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

Color convert

RGB 88 130 65 -
CMYK 0.32 0 0.50 0.49
HSL 98.77º 0.33% 0.38% -
HSV(B) 98.77º 0.5% 0.51% -
XYZ 12.96 18.42 7.87 -
YUV 110.03 102.59 112.29 -
System Red Green Blue C M Y K H S L
Decimal 88 130 65 0.32 0 0.50 0.49 98.77 0.33 0.38
Hex 58 82 41 20 0 32 31 63 21 26
Octal 130 202 101 40 0 62 61 143 41 46
Binary 1011000 10000010 1000001 100000 0 110010 110001 1100011 100001 100110

Color Harmonies of #588241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588241

Black with #588241

Text Example


Text Example

White with #588241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588241; }

 p { color: rgb(88,130,65); }

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

background-color css

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

 a { background-color: rgb(88,130,65); }

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

border-color css

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

 span { border-color: rgb(88,130,65); }

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