#588A3C

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

Shades of Dingley #588A3C

Tints of Dingley #588A3C

Color information

#588A3C (or 0x588A3C) is unknown color: approx Dingley. HEX triplet: 58, 8A and 3C. RGB value is (88,138,60). Sum of RGB (Red+Green+Blue) = 88+138+60=286 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.77% from 286); Green value is 138 (54.30% from 255 or 48.25% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 138 - color contains mainly: green. Hex color #588A3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #588A3C is #A775C3. Grayscale: #727272. Windows color (decimal): -10974660 or 3967576. OLE color: 3967576.

HSL color Cylindrical-coordinate representation of color #588A3C: hue angle of 98.46º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #588A3C is Cyan = 0.36, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.46.

Color convert

RGB8813860-
CMYK0.3600.570.46
HSL98.46º39.39%38.82%-
HSV(B)98.46º56.52%54.12%-
XYZ13.9320.587.51-
YUV114.1697.44109.34-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.77%
GREEN value IS 138 (54.30% from 255) = 48.25%
BLUE value IS 60 (23.83% from 255) = 20.98%
R=30.77%
G=48.25%
B=20.98%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal88138600.3600.570.4698.4639.3938.82
Hex588A3C240392E622727
Octal1302127444071561424747
Binary10110001000101011110010010001110011011101100010100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588A3C; }

 p { color: rgb(88,138,60); }

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

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

 a { background-color: rgb(88,138,60); }

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

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

 span { border-color: rgb(88,138,60); }

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