#57863C

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

Shades of Dingley #57863C

Tints of Dingley #57863C

Color information

#57863C (or 0x57863C) is unknown color: approx Dingley. HEX triplet: 57, 86 and 3C. RGB value is (87,134,60). Sum of RGB (Red+Green+Blue) = 87+134+60=281 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.96% from 281); Green value is 134 (52.73% from 255 or 47.69% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 134 - color contains mainly: green. Hex color #57863C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #57863C is #A879C3. Grayscale: #6F6F6F. Windows color (decimal): -11041220 or 3966551. OLE color: 3966551.

HSL color Cylindrical-coordinate representation of color #57863C: hue angle of 98.11º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #57863C is Cyan = 0.35, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB8713460-
CMYK0.3500.550.47
HSL98.11º38.14%38.04%-
HSV(B)98.11º55.22%52.55%-
XYZ13.2719.47.32-
YUV111.5198.93110.52-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.96%
GREEN value IS 134 (52.73% from 255) = 47.69%
BLUE value IS 60 (23.83% from 255) = 21.35%
R=30.96%
G=47.69%
B=21.35%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal87134600.3500.550.4798.1138.1438.04
Hex57863C230372F622626
Octal1272067443067571424646
Binary10101111000011011110010001101101111011111100010100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57863C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57863C; }

 p { color: rgb(87,134,60); }

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

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

 a { background-color: rgb(87,134,60); }

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

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

 span { border-color: rgb(87,134,60); }

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