#58853A

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

Shades of Dingley #58853A

Tints of Dingley #58853A

Color information

#58853A (or 0x58853A) is unknown color: approx Dingley. HEX triplet: 58, 85 and 3A. RGB value is (88,133,58). Sum of RGB (Red+Green+Blue) = 88+133+58=279 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.54% from 279); Green value is 133 (52.34% from 255 or 47.67% from 279); Blue value is 58 (23.05% from 255 or 20.79% from 279); Max value from RGB is 133 - color contains mainly: green. Hex color #58853A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58853A is #A77AC5. Grayscale: #6F6F6F. Windows color (decimal): -10975942 or 3835224. OLE color: 3835224.

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

Color convert

RGB8813358-
CMYK0.3400.560.48
HSL96º39.27%37.45%-
HSV(B)96º56.39%52.16%-
XYZ13.1819.167.01-
YUV110.9998.09111.6-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.54%
GREEN value IS 133 (52.34% from 255) = 47.67%
BLUE value IS 58 (23.05% from 255) = 20.79%
R=31.54%
G=47.67%
B=20.79%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal88133580.3400.560.489639.2737.45
Hex58853A2203830602725
Octal1302057242070601404745
Binary10110001000010111101010001001110001100001100000100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58853A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58853A; }

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

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

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

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

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

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

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

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