#658546

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

Shades of Dingley #658546

Tints of Dingley #658546

Color information

#658546 (or 0x658546) is unknown color: approx Dingley. HEX triplet: 65, 85 and 46. RGB value is (101,133,70). Sum of RGB (Red+Green+Blue) = 101+133+70=304 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.22% from 304); Green value is 133 (52.34% from 255 or 43.75% from 304); Blue value is 70 (27.73% from 255 or 23.03% from 304); Max value from RGB is 133 - color contains mainly: green. Hex color #658546 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658546 is #9A7AB9. Grayscale: #747474. Windows color (decimal): -10123962 or 4621669. OLE color: 4621669.

HSL color Cylindrical-coordinate representation of color #658546: hue angle of 90.48º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #658546 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB10113370-
CMYK0.2400.470.48
HSL90.48º31.03%39.8%-
HSV(B)90.48º47.37%52.16%-
XYZ14.8619.988.87-
YUV116.25101.9117.12-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.22%
GREEN value IS 133 (52.34% from 255) = 43.75%
BLUE value IS 70 (27.73% from 255) = 23.03%
R=33.22%
G=43.75%
B=23.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal101133700.2400.470.4890.4831.0339.8
Hex6585461802F305a1f28
Octal14520510630057601323750
Binary1100101100001011000110110000101111110000101101011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658546; }

 p { color: rgb(101,133,70); }

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

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

 a { background-color: rgb(101,133,70); }

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

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

 span { border-color: rgb(101,133,70); }

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