#58773F

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

Shades of Dingley #58773F

Tints of Dingley #58773F

Color information

#58773F (or 0x58773F) is unknown color: approx Dingley. HEX triplet: 58, 77 and 3F. RGB value is (88,119,63). Sum of RGB (Red+Green+Blue) = 88+119+63=270 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.59% from 270); Green value is 119 (46.88% from 255 or 44.07% from 270); Blue value is 63 (25% from 255 or 23.33% from 270); Max value from RGB is 119 - color contains mainly: green. Hex color #58773F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58773F is #A788C0. Grayscale: #676767. Windows color (decimal): -10979521 or 4159320. OLE color: 4159320.

HSL color Cylindrical-coordinate representation of color #58773F: hue angle of 93.21º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #58773F is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB8811963-
CMYK0.2600.470.53
HSL93.21º30.77%35.69%-
HSV(B)93.21º47.06%46.67%-
XYZ11.5215.637.11-
YUV103.35105.23117.05-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.59%
GREEN value IS 119 (46.88% from 255) = 44.07%
BLUE value IS 63 (25% from 255) = 23.33%
R=32.59%
G=44.07%
B=23.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88119630.2600.470.5393.2130.7735.69
Hex58773F1A02F355d1f24
Octal1301677732057651353744
Binary10110001110111111111110100101111110101101110111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58773F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58773F; }

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

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

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

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

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

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

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

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