#657D3F

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

Shades of Dingley #657D3F

Tints of Dingley #657D3F

Color information

#657D3F (or 0x657D3F) is unknown color: approx Dingley. HEX triplet: 65, 7D and 3F. RGB value is (101,125,63). Sum of RGB (Red+Green+Blue) = 101+125+63=289 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.95% from 289); Green value is 125 (49.22% from 255 or 43.25% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 125 - color contains mainly: green. Hex color #657D3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #657D3F is #9A82C0. Grayscale: #6E6E6E. Windows color (decimal): -10126017 or 4160869. OLE color: 4160869.

HSL color Cylindrical-coordinate representation of color #657D3F: hue angle of 83.23º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #657D3F is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.51.

Color convert

RGB10112563-
CMYK0.1900.500.51
HSL83.23º32.98%36.86%-
HSV(B)83.23º49.6%49.02%-
XYZ13.617.797.42-
YUV110.76101.05121.04-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.95%
GREEN value IS 125 (49.22% from 255) = 43.25%
BLUE value IS 63 (25% from 255) = 21.80%
R=34.95%
G=43.25%
B=21.80%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal101125630.1900.500.5183.2332.9836.86
Hex657D3F1303233532125
Octal1451757723062631234145
Binary110010111111011111111001101100101100111010011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,125,63); }

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

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

 a { background-color: rgb(101,125,63); }

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

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

 span { border-color: rgb(101,125,63); }

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