#657C3F

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

Shades of Dingley #657C3F

Tints of Dingley #657C3F

Color information

#657C3F (or 0x657C3F) is unknown color: approx Dingley. HEX triplet: 65, 7C and 3F. RGB value is (101,124,63). Sum of RGB (Red+Green+Blue) = 101+124+63=288 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.07% from 288); Green value is 124 (48.83% from 255 or 43.06% from 288); Blue value is 63 (25% from 255 or 21.88% from 288); Max value from RGB is 124 - color contains mainly: green. Hex color #657C3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #657C3F is #9A83C0. Grayscale: #6E6E6E. Windows color (decimal): -10126273 or 4160613. OLE color: 4160613.

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

Color convert

RGB10112463-
CMYK0.1900.490.51
HSL82.62º32.62%36.67%-
HSV(B)82.62º49.19%48.63%-
XYZ13.4717.547.38-
YUV110.17101.38121.46-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.07%
GREEN value IS 124 (48.83% from 255) = 43.06%
BLUE value IS 63 (25% from 255) = 21.88%
R=35.07%
G=43.06%
B=21.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal101124630.1900.490.5182.6232.6236.67
Hex657C3F1303133532125
Octal1451747723061631234145
Binary110010111111001111111001101100011100111010011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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