#658348

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

Shades of Dingley #658348

Tints of Dingley #658348

Color information

#658348 (or 0x658348) is unknown color: approx Dingley. HEX triplet: 65, 83 and 48. RGB value is (101,131,72). Sum of RGB (Red+Green+Blue) = 101+131+72=304 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.22% from 304); Green value is 131 (51.56% from 255 or 43.09% from 304); Blue value is 72 (28.52% from 255 or 23.68% from 304); Max value from RGB is 131 - color contains mainly: green. Hex color #658348 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658348 is #9A7CB7. Grayscale: #737373. Windows color (decimal): -10124472 or 4752229. OLE color: 4752229.

HSL color Cylindrical-coordinate representation of color #658348: hue angle of 90.51º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #658348 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB10113172-
CMYK0.2300.450.49
HSL90.51º29.06%39.8%-
HSV(B)90.51º45.04%51.37%-
XYZ14.6519.479.12-
YUV115.3103.56117.8-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.22%
GREEN value IS 131 (51.56% from 255) = 43.09%
BLUE value IS 72 (28.52% from 255) = 23.68%
R=33.22%
G=43.09%
B=23.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal101131720.2300.450.4990.5129.0639.8
Hex6583481702D315b1d28
Octal14520311027055611333550
Binary1100101100000111001000101110101101110001101101111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658348; }

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

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

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

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

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

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

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

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