#588B3B

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

Shades of Dingley #588B3B

Tints of Dingley #588B3B

Color information

#588B3B (or 0x588B3B) is unknown color: approx Dingley. HEX triplet: 58, 8B and 3B. RGB value is (88,139,59). Sum of RGB (Red+Green+Blue) = 88+139+59=286 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.77% from 286); Green value is 139 (54.69% from 255 or 48.60% from 286); Blue value is 59 (23.44% from 255 or 20.63% from 286); Max value from RGB is 139 - color contains mainly: green. Hex color #588B3B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #588B3B is #A774C4. Grayscale: #727272. Windows color (decimal): -10974405 or 3902296. OLE color: 3902296.

HSL color Cylindrical-coordinate representation of color #588B3B: hue angle of 98.25º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #588B3B is Cyan = 0.37, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.45.

Color convert

RGB8813959-
CMYK0.3700.580.45
HSL98.25º40.4%38.82%-
HSV(B)98.25º57.55%54.51%-
XYZ14.0520.867.42-
YUV114.6396.6109-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.77%
GREEN value IS 139 (54.69% from 255) = 48.60%
BLUE value IS 59 (23.44% from 255) = 20.63%
R=30.77%
G=48.60%
B=20.63%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal88139590.3700.580.4598.2540.438.82
Hex588B3B2503A2D622827
Octal1302137345072551425047
Binary10110001000101111101110010101110101011011100010101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,139,59); }

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

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

 a { background-color: rgb(88,139,59); }

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

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

 span { border-color: rgb(88,139,59); }

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