#587A3F

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

Shades of Dingley #587A3F

Tints of Dingley #587A3F

Color information

#587A3F (or 0x587A3F) is unknown color: approx Dingley. HEX triplet: 58, 7A and 3F. RGB value is (88,122,63). Sum of RGB (Red+Green+Blue) = 88+122+63=273 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.23% from 273); Green value is 122 (48.05% from 255 or 44.69% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 122 - color contains mainly: green. Hex color #587A3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #587A3F is #A785C0. Grayscale: #696969. Windows color (decimal): -10978753 or 4160088. OLE color: 4160088.

HSL color Cylindrical-coordinate representation of color #587A3F: hue angle of 94.58º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #587A3F is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.52.

Color convert

RGB8812263-
CMYK0.2800.480.52
HSL94.58º31.89%36.27%-
HSV(B)94.58º48.36%47.84%-
XYZ11.8816.357.23-
YUV105.11104.24115.8-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.23%
GREEN value IS 122 (48.05% from 255) = 44.69%
BLUE value IS 63 (25% from 255) = 23.08%
R=32.23%
G=44.69%
B=23.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal88122630.2800.480.5294.5831.8936.27
Hex587A3F1C030345f2024
Octal1301727734060641374044
Binary101100011110101111111110001100001101001011111100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #587A3F; }

 p { color: rgb(88,122,63); }

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

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

 a { background-color: rgb(88,122,63); }

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

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

 span { border-color: rgb(88,122,63); }

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