#658A3A

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

Shades of Dingley #658A3A

Tints of Dingley #658A3A

Color information

#658A3A (or 0x658A3A) is unknown color: approx Dingley. HEX triplet: 65, 8A and 3A. RGB value is (101,138,58). Sum of RGB (Red+Green+Blue) = 101+138+58=297 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.01% from 297); Green value is 138 (54.30% from 255 or 46.46% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 138 - color contains mainly: green. Hex color #658A3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658A3A is #9A75C5. Grayscale: #767676. Windows color (decimal): -10122694 or 3836517. OLE color: 3836517.

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

Color convert

RGB10113858-
CMYK0.2700.580.46
HSL87.75º40.82%38.43%-
HSV(B)87.75º57.97%54.12%-
XYZ15.2221.257.3-
YUV117.8294.24116-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.01%
GREEN value IS 138 (54.30% from 255) = 46.46%
BLUE value IS 58 (23.05% from 255) = 19.53%
R=34.01%
G=46.46%
B=19.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal101138580.2700.580.4687.7540.8238.43
Hex658A3A1B03A2E582926
Octal1452127233072561305146
Binary1100101100010101110101101101110101011101011000101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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