#588340

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

Shades of Dingley #588340

Tints of Dingley #588340

Color information

#588340 (or 0x588340) is unknown color: approx Dingley. HEX triplet: 58, 83 and 40. RGB value is (88,131,64). Sum of RGB (Red+Green+Blue) = 88+131+64=283 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.10% from 283); Green value is 131 (51.56% from 255 or 46.29% from 283); Blue value is 64 (25.39% from 255 or 22.61% from 283); Max value from RGB is 131 - color contains mainly: green. Hex color #588340 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #588340 is #A77CBF. Grayscale: #6E6E6E. Windows color (decimal): -10976448 or 4227928. OLE color: 4227928.

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

Color convert

RGB8813164-
CMYK0.3300.510.49
HSL98.51º34.36%38.24%-
HSV(B)98.51º51.15%51.37%-
XYZ13.0718.687.77-
YUV110.5101.75111.95-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.10%
GREEN value IS 131 (51.56% from 255) = 46.29%
BLUE value IS 64 (25.39% from 255) = 22.61%
R=31.10%
G=46.29%
B=22.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal88131640.3300.510.4998.5134.3638.24
Hex5883402103331632226
Octal13020310041063611434246
Binary101100010000011100000010000101100111100011100011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588340; }

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

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

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

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

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

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

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

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