#658E3D

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

Shades of Dingley #658E3D

Tints of Dingley #658E3D

Color information

#658E3D (or 0x658E3D) is unknown color: approx Dingley. HEX triplet: 65, 8E and 3D. RGB value is (101,142,61). Sum of RGB (Red+Green+Blue) = 101+142+61=304 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.22% from 304); Green value is 142 (55.86% from 255 or 46.71% from 304); Blue value is 61 (24.22% from 255 or 20.07% from 304); Max value from RGB is 142 - color contains mainly: green. Hex color #658E3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658E3D is #9A71C2. Grayscale: #787878. Windows color (decimal): -10121667 or 4034149. OLE color: 4034149.

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

Color convert

RGB10114261-
CMYK0.2900.570.44
HSL90.37º39.9%39.8%-
HSV(B)90.37º57.04%55.69%-
XYZ15.8822.457.91-
YUV120.5194.42114.09-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.22%
GREEN value IS 142 (55.86% from 255) = 46.71%
BLUE value IS 61 (24.22% from 255) = 20.07%
R=33.22%
G=46.71%
B=20.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal101142610.2900.570.4490.3739.939.8
Hex658E3D1D0392C5a2828
Octal1452167535071541325050
Binary1100101100011101111011110101110011011001011010101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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