#588538

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

Shades of Dingley #588538

Tints of Dingley #588538

Color information

#588538 (or 0x588538) is unknown color: approx Dingley. HEX triplet: 58, 85 and 38. RGB value is (88,133,56). Sum of RGB (Red+Green+Blue) = 88+133+56=277 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.77% from 277); Green value is 133 (52.34% from 255 or 48.01% from 277); Blue value is 56 (22.27% from 255 or 20.22% from 277); Max value from RGB is 133 - color contains mainly: green. Hex color #588538 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #588538 is #A77AC7. Grayscale: #6F6F6F. Windows color (decimal): -10975944 or 3704152. OLE color: 3704152.

HSL color Cylindrical-coordinate representation of color #588538: hue angle of 95.06º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #588538 is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB8813356-
CMYK0.3400.580.48
HSL95.06º40.74%37.06%-
HSV(B)95.06º57.89%52.16%-
XYZ13.1319.146.74-
YUV110.7797.09111.76-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.77%
GREEN value IS 133 (52.34% from 255) = 48.01%
BLUE value IS 56 (22.27% from 255) = 20.22%
R=31.77%
G=48.01%
B=20.22%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal88133560.3400.580.4895.0640.7437.06
Hex5885382203A305f2925
Octal1302057042072601375145
Binary10110001000010111100010001001110101100001011111101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588538; }

 p { color: rgb(88,133,56); }

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

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

 a { background-color: rgb(88,133,56); }

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

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

 span { border-color: rgb(88,133,56); }

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