#658247

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

Shades of Dingley #658247

Tints of Dingley #658247

Color information

#658247 (or 0x658247) is unknown color: approx Dingley. HEX triplet: 65, 82 and 47. RGB value is (101,130,71). Sum of RGB (Red+Green+Blue) = 101+130+71=302 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.44% from 302); Green value is 130 (51.17% from 255 or 43.05% from 302); Blue value is 71 (28.12% from 255 or 23.51% from 302); Max value from RGB is 130 - color contains mainly: green. Hex color #658247 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658247 is #9A7DB8. Grayscale: #727272. Windows color (decimal): -10124729 or 4686437. OLE color: 4686437.

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

Color convert

RGB10113071-
CMYK0.2200.450.49
HSL89.49º29.35%39.41%-
HSV(B)89.49º45.38%50.98%-
XYZ14.4919.198.9-
YUV114.6103.39118.3-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.44%
GREEN value IS 130 (51.17% from 255) = 43.05%
BLUE value IS 71 (28.12% from 255) = 23.51%
R=33.44%
G=43.05%
B=23.51%

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
Decimal101130710.2200.450.4989.4929.3539.41
Hex6582471602D31591d27
Octal14520210726055611313547
Binary1100101100000101000111101100101101110001101100111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658247; }

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

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

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

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

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

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

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

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