#657950

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

Shades of Dingley #657950

Tints of Dingley #657950

Color information

#657950 (or 0x657950) is unknown color: approx Dingley. HEX triplet: 65, 79 and 50. RGB value is (101,121,80). Sum of RGB (Red+Green+Blue) = 101+121+80=302 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.44% from 302); Green value is 121 (47.66% from 255 or 40.07% from 302); Blue value is 80 (31.64% from 255 or 26.49% from 302); Max value from RGB is 121 - color contains mainly: green. Hex color #657950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657950 is #9A86AF. Grayscale: #6E6E6E. Windows color (decimal): -10127024 or 5273957. OLE color: 5273957.

HSL color Cylindrical-coordinate representation of color #657950: hue angle of 89.27º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #657950 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB10112180-
CMYK0.1700.340.53
HSL89.27º20.4%39.41%-
HSV(B)89.27º33.88%47.45%-
XYZ13.6517.0210.16-
YUV110.35110.87121.33-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.44%
GREEN value IS 121 (47.66% from 255) = 40.07%
BLUE value IS 80 (31.64% from 255) = 26.49%
R=33.44%
G=40.07%
B=26.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal101121800.1700.340.5389.2720.439.41
Hex6579501102235591427
Octal14517112021042651312447
Binary110010111110011010000100010100010110101101100110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657950; }

 p { color: rgb(101,121,80); }

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

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

 a { background-color: rgb(101,121,80); }

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

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

 span { border-color: rgb(101,121,80); }

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