#658E48

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

Shades of Dingley #658E48

Tints of Dingley #658E48

Color information

#658E48 (or 0x658E48) is unknown color: approx Dingley. HEX triplet: 65, 8E and 48. RGB value is (101,142,72). Sum of RGB (Red+Green+Blue) = 101+142+72=315 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.06% from 315); Green value is 142 (55.86% from 255 or 45.08% from 315); Blue value is 72 (28.52% from 255 or 22.86% from 315); Max value from RGB is 142 - color contains mainly: green. Hex color #658E48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658E48 is #9A71B7. Grayscale: #7A7A7A. Windows color (decimal): -10121656 or 4755045. OLE color: 4755045.

HSL color Cylindrical-coordinate representation of color #658E48: hue angle of 95.14º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #658E48 is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB10114272-
CMYK0.2900.490.44
HSL95.14º32.71%41.96%-
HSV(B)95.14º49.3%55.69%-
XYZ16.2122.589.64-
YUV121.7699.92113.19-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.06%
GREEN value IS 142 (55.86% from 255) = 45.08%
BLUE value IS 72 (28.52% from 255) = 22.86%
R=32.06%
G=45.08%
B=22.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal101142720.2900.490.4495.1432.7141.96
Hex658E481D0312C5f212a
Octal14521611035061541374152
Binary11001011000111010010001110101100011011001011111100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658E48; }

 p { color: rgb(101,142,72); }

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

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

 a { background-color: rgb(101,142,72); }

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

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

 span { border-color: rgb(101,142,72); }

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