#658848

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

Shades of Dingley #658848

Tints of Dingley #658848

Color information

#658848 (or 0x658848) is unknown color: approx Dingley. HEX triplet: 65, 88 and 48. RGB value is (101,136,72). Sum of RGB (Red+Green+Blue) = 101+136+72=309 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.69% from 309); Green value is 136 (53.52% from 255 or 44.01% from 309); Blue value is 72 (28.52% from 255 or 23.30% from 309); Max value from RGB is 136 - color contains mainly: green. Hex color #658848 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658848 is #9A77B7. Grayscale: #767676. Windows color (decimal): -10123192 or 4753509. OLE color: 4753509.

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

Color convert

RGB10113672-
CMYK0.2600.470.47
HSL92.81º30.77%40.78%-
HSV(B)92.81º47.06%53.33%-
XYZ15.3420.849.35-
YUV118.24101.9115.7-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.69%
GREEN value IS 136 (53.52% from 255) = 44.01%
BLUE value IS 72 (28.52% from 255) = 23.30%
R=32.69%
G=44.01%
B=23.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal101136720.2600.470.4792.8130.7740.78
Hex6588481A02F2F5d1f29
Octal14521011032057571353751
Binary1100101100010001001000110100101111101111101110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658848; }

 p { color: rgb(101,136,72); }

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

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

 a { background-color: rgb(101,136,72); }

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

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

 span { border-color: rgb(101,136,72); }

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