#658248

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

Shades of Dingley #658248

Tints of Dingley #658248

Color information

#658248 (or 0x658248) is unknown color: approx Dingley. HEX triplet: 65, 82 and 48. RGB value is (101,130,72). Sum of RGB (Red+Green+Blue) = 101+130+72=303 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.33% from 303); Green value is 130 (51.17% from 255 or 42.90% from 303); Blue value is 72 (28.52% from 255 or 23.76% from 303); Max value from RGB is 130 - color contains mainly: green. Hex color #658248 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658248 is #9A7DB7. Grayscale: #727272. Windows color (decimal): -10124728 or 4751973. OLE color: 4751973.

HSL color Cylindrical-coordinate representation of color #658248: hue angle of 90º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #658248 is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB10113072-
CMYK0.2200.450.49
HSL90º28.71%39.61%-
HSV(B)90º44.62%50.98%-
XYZ14.5219.29.07-
YUV114.72103.89118.22-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.33%
GREEN value IS 130 (51.17% from 255) = 42.90%
BLUE value IS 72 (28.52% from 255) = 23.76%
R=33.33%
G=42.90%
B=23.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal101130720.2200.450.499028.7139.61
Hex6582481602D315a1d28
Octal14520211026055611323550
Binary1100101100000101001000101100101101110001101101011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658248; }

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

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

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

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

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

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

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

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