#658044

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

Shades of Dingley #658044

Tints of Dingley #658044

Color information

#658044 (or 0x658044) is unknown color: approx Dingley. HEX triplet: 65, 80 and 44. RGB value is (101,128,68). Sum of RGB (Red+Green+Blue) = 101+128+68=297 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.01% from 297); Green value is 128 (50.39% from 255 or 43.10% from 297); Blue value is 68 (26.95% from 255 or 22.90% from 297); Max value from RGB is 128 - color contains mainly: green. Hex color #658044 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658044 is #9A7FBB. Grayscale: #717171. Windows color (decimal): -10125244 or 4489317. OLE color: 4489317.

HSL color Cylindrical-coordinate representation of color #658044: hue angle of 87º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #658044 is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.50.

Color convert

RGB10112868-
CMYK0.2100.470.50
HSL87º30.61%38.43%-
HSV(B)87º46.88%50.2%-
XYZ14.1318.628.32-
YUV113.09102.55119.38-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.01%
GREEN value IS 128 (50.39% from 255) = 43.10%
BLUE value IS 68 (26.95% from 255) = 22.90%
R=34.01%
G=43.10%
B=22.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal101128680.2100.470.508730.6138.43
Hex6580441502F32571f26
Octal14520010425057621273746
Binary1100101100000001000100101010101111110010101011111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658044; }

 p { color: rgb(101,128,68); }

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

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

 a { background-color: rgb(101,128,68); }

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

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

 span { border-color: rgb(101,128,68); }

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