#588237

Color #588237 Dingley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dingley #588237

Tints of Dingley #588237

Color information

#588237 (or 0x588237) is unknown color: approx Dingley. HEX triplet: 58, 82 and 37. RGB value is (88,130,55). Sum of RGB (Red+Green+Blue) = 88+130+55=273 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.23% from 273); Green value is 130 (51.17% from 255 or 47.62% from 273); Blue value is 55 (21.88% from 255 or 20.15% from 273); Max value from RGB is 130 - color contains mainly: green. Hex color #588237 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #588237 is #A77DC8. Grayscale: #6D6D6D. Windows color (decimal): -10976713 or 3637848. OLE color: 3637848.

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

Color convert

RGB8813055-
CMYK0.3200.580.49
HSL93.6º40.54%36.27%-
HSV(B)93.6º57.69%50.98%-
XYZ12.718.326.48-
YUV108.8997.59113.1-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.23%
GREEN value IS 130 (51.17% from 255) = 47.62%
BLUE value IS 55 (21.88% from 255) = 20.15%
R=32.23%
G=47.62%
B=20.15%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal88130550.3200.580.4993.640.5436.27
Hex5882372003A315e2924
Octal1302026740072611365144
Binary10110001000001011011110000001110101100011011110101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588237; }

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

 H1.HeaderClassName
 {
   color: #588237;
 }
 .AnyTagClassName
 {
   color: #588237;
 }
</style>
background-color css

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

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

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

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

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

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