#658949

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

Shades of Dingley #658949

Tints of Dingley #658949

Color information

#658949 (or 0x658949) is unknown color: approx Dingley. HEX triplet: 65, 89 and 49. RGB value is (101,137,73). Sum of RGB (Red+Green+Blue) = 101+137+73=311 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.48% from 311); Green value is 137 (53.91% from 255 or 44.05% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 137 - color contains mainly: green. Hex color #658949 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658949 is #9A76B6. Grayscale: #777777. Windows color (decimal): -10122935 or 4819301. OLE color: 4819301.

HSL color Cylindrical-coordinate representation of color #658949: hue angle of 93.75º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #658949 is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB10113773-
CMYK0.2600.470.46
HSL93.75º30.48%41.18%-
HSV(B)93.75º46.72%53.73%-
XYZ15.5221.149.57-
YUV118.94102.07115.2-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.48%
GREEN value IS 137 (53.91% from 255) = 44.05%
BLUE value IS 73 (28.91% from 255) = 23.47%
R=32.48%
G=44.05%
B=23.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal101137730.2600.470.4693.7530.4841.18
Hex6589491A02F2E5e1e29
Octal14521111132057561363651
Binary1100101100010011001001110100101111101110101111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658949; }

 p { color: rgb(101,137,73); }

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

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

 a { background-color: rgb(101,137,73); }

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

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

 span { border-color: rgb(101,137,73); }

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