#588440

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

Shades of Dingley #588440

Tints of Dingley #588440

Color information

#588440 (or 0x588440) is unknown color: approx Dingley. HEX triplet: 58, 84 and 40. RGB value is (88,132,64). Sum of RGB (Red+Green+Blue) = 88+132+64=284 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.99% from 284); Green value is 132 (51.95% from 255 or 46.48% from 284); Blue value is 64 (25.39% from 255 or 22.54% from 284); Max value from RGB is 132 - color contains mainly: green. Hex color #588440 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #588440 is #A77BBF. Grayscale: #6F6F6F. Windows color (decimal): -10976192 or 4228184. OLE color: 4228184.

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

Color convert

RGB8813264-
CMYK0.3300.520.48
HSL98.82º34.69%38.43%-
HSV(B)98.82º51.52%51.76%-
XYZ13.218.957.81-
YUV111.09101.42111.53-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.99%
GREEN value IS 132 (51.95% from 255) = 46.48%
BLUE value IS 64 (25.39% from 255) = 22.54%
R=30.99%
G=46.48%
B=22.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal88132640.3300.520.4898.8234.6938.43
Hex5884402103430632326
Octal13020410041064601434346
Binary101100010000100100000010000101101001100001100011100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588440; }

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

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

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

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

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

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

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

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