#658D42

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

Shades of Dingley #658D42

Tints of Dingley #658D42

Color information

#658D42 (or 0x658D42) is unknown color: approx Dingley. HEX triplet: 65, 8D and 42. RGB value is (101,141,66). Sum of RGB (Red+Green+Blue) = 101+141+66=308 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.79% from 308); Green value is 141 (55.47% from 255 or 45.78% from 308); Blue value is 66 (26.17% from 255 or 21.43% from 308); Max value from RGB is 141 - color contains mainly: green. Hex color #658D42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658D42 is #9A72BD. Grayscale: #787878. Windows color (decimal): -10121918 or 4361573. OLE color: 4361573.

HSL color Cylindrical-coordinate representation of color #658D42: hue angle of 92º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #658D42 is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.

Color convert

RGB10114166-
CMYK0.2800.530.45
HSL92º36.23%40.59%-
HSV(B)92º53.19%55.29%-
XYZ15.8822.218.6-
YUV120.4997.25114.1-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.79%
GREEN value IS 141 (55.47% from 255) = 45.78%
BLUE value IS 66 (26.17% from 255) = 21.43%
R=32.79%
G=45.78%
B=21.43%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal101141660.2800.530.459236.2340.59
Hex658D421C0352D5c2429
Octal14521510234065551344451
Binary11001011000110110000101110001101011011011011100100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,141,66); }

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

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

 a { background-color: rgb(101,141,66); }

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

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

 span { border-color: rgb(101,141,66); }

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