Html Css Color HEX #588238 Dingley

📋 copy color: '#588238'

red 88 ◦ green 130 ◦ blue 56

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

Shades of Dingley #588238

Tints of Dingley #588238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 20.44%

R = 32.12%
G = 47.45%
B = 20.44%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#588238 (or 0x588238) is known color: Dingley. HEX triplet: 58, 82 and 38. RGB value is (88,130,56). Sum of RGB (Red+Green+Blue) = 88+130+56=274 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.12% from 274); Green value is 130 (51.17% from 255 or 47.45% from 274); Blue value is 56 (22.27% from 255 or 20.44% from 274); Max value from RGB is 130 - color contains mainly: green. Hex color #588238 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #588238 is #A77DC7. Grayscale: #6D6D6D. Windows color (decimal): -10976712 or 3703384. OLE color: 3703384.

HSL color Cylindrical-coordinate representation of color #588238: hue angle of 94.05º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #588238 is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB 88 130 56 -
CMYK 0.32 0 0.57 0.49
HSL 94.05º 0.4% 0.36% -
HSV(B) 94.05º 0.57% 0.51% -
XYZ 12.72 18.33 6.61 -
YUV 109.01 98.09 113.02 -
System Red Green Blue C M Y K H S L
Decimal 88 130 56 0.32 0 0.57 0.49 94.05 0.4 0.36
Hex 58 82 38 20 0 39 31 5E 28 24
Octal 130 202 70 40 0 71 61 136 50 44
Binary 1011000 10000010 111000 100000 0 111001 110001 1011110 101000 100100

Color Harmonies of #588238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588238

Black with #588238

Text Example


Text Example

White with #588238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588238; }

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

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

background-color css

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

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

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

border-color css

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

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

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