#57813D

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

Shades of Dingley #57813D

Tints of Dingley #57813D

Color information

#57813D (or 0x57813D) is unknown color: approx Dingley. HEX triplet: 57, 81 and 3D. RGB value is (87,129,61). Sum of RGB (Red+Green+Blue) = 87+129+61=277 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.41% from 277); Green value is 129 (50.78% from 255 or 46.57% from 277); Blue value is 61 (24.22% from 255 or 22.02% from 277); Max value from RGB is 129 - color contains mainly: green. Hex color #57813D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57813D is #A87EC2. Grayscale: #6C6C6C. Windows color (decimal): -11042499 or 4030807. OLE color: 4030807.

HSL color Cylindrical-coordinate representation of color #57813D: hue angle of 97.06º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #57813D is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB8712961-
CMYK0.3300.530.49
HSL97.06º35.79%37.25%-
HSV(B)97.06º52.71%50.59%-
XYZ12.6218.067.24-
YUV108.69101.09112.53-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.41%
GREEN value IS 129 (50.78% from 255) = 46.57%
BLUE value IS 61 (24.22% from 255) = 22.02%
R=31.41%
G=46.57%
B=22.02%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal87129610.3300.530.4997.0635.7937.25
Hex57813D2103531612425
Octal1272017541065611414445
Binary10101111000000111110110000101101011100011100001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57813D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57813D; }

 p { color: rgb(87,129,61); }

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

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

 a { background-color: rgb(87,129,61); }

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

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

 span { border-color: rgb(87,129,61); }

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