#657E47

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

Shades of Dingley #657E47

Tints of Dingley #657E47

Color information

#657E47 (or 0x657E47) is unknown color: approx Dingley. HEX triplet: 65, 7E and 47. RGB value is (101,126,71). Sum of RGB (Red+Green+Blue) = 101+126+71=298 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.89% from 298); Green value is 126 (49.61% from 255 or 42.28% from 298); Blue value is 71 (28.12% from 255 or 23.83% from 298); Max value from RGB is 126 - color contains mainly: green. Hex color #657E47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #657E47 is #9A81B8. Grayscale: #707070. Windows color (decimal): -10125753 or 4685413. OLE color: 4685413.

HSL color Cylindrical-coordinate representation of color #657E47: hue angle of 87.27º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #657E47 is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.

Color convert

RGB10112671-
CMYK0.2000.440.51
HSL87.27º27.92%38.63%-
HSV(B)87.27º43.65%49.41%-
XYZ13.9718.148.73-
YUV112.25104.72119.97-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.89%
GREEN value IS 126 (49.61% from 255) = 42.28%
BLUE value IS 71 (28.12% from 255) = 23.83%
R=33.89%
G=42.28%
B=23.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal101126710.2000.440.5187.2727.9238.63
Hex657E471402C33571c27
Octal14517610724054631273447
Binary110010111111101000111101000101100110011101011111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657E47; }

 p { color: rgb(101,126,71); }

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

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

 a { background-color: rgb(101,126,71); }

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

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

 span { border-color: rgb(101,126,71); }

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