#658A3C

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

Shades of Dingley #658A3C

Tints of Dingley #658A3C

Color information

#658A3C (or 0x658A3C) is unknown color: approx Dingley. HEX triplet: 65, 8A and 3C. RGB value is (101,138,60). Sum of RGB (Red+Green+Blue) = 101+138+60=299 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.78% from 299); Green value is 138 (54.30% from 255 or 46.15% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 138 - color contains mainly: green. Hex color #658A3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658A3C is #9A75C3. Grayscale: #767676. Windows color (decimal): -10122692 or 3967589. OLE color: 3967589.

HSL color Cylindrical-coordinate representation of color #658A3C: hue angle of 88.46º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #658A3C is Cyan = 0.27, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.46.

Color convert

RGB10113860-
CMYK0.2700.570.46
HSL88.46º39.39%38.82%-
HSV(B)88.46º56.52%54.12%-
XYZ15.2721.277.58-
YUV118.0495.24115.84-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.78%
GREEN value IS 138 (54.30% from 255) = 46.15%
BLUE value IS 60 (23.83% from 255) = 20.07%
R=33.78%
G=46.15%
B=20.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal101138600.2700.570.4688.4639.3938.82
Hex658A3C1B0392E582727
Octal1452127433071561304747
Binary1100101100010101111001101101110011011101011000100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,138,60); }

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

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

 a { background-color: rgb(101,138,60); }

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

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

 span { border-color: rgb(101,138,60); }

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