#658337

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

Shades of Dingley #658337

Tints of Dingley #658337

Color information

#658337 (or 0x658337) is unknown color: approx Dingley. HEX triplet: 65, 83 and 37. RGB value is (101,131,55). Sum of RGB (Red+Green+Blue) = 101+131+55=287 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.19% from 287); Green value is 131 (51.56% from 255 or 45.64% from 287); Blue value is 55 (21.88% from 255 or 19.16% from 287); Max value from RGB is 131 - color contains mainly: green. Hex color #658337 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658337 is #9A7CC8. Grayscale: #717171. Windows color (decimal): -10124489 or 3638117. OLE color: 3638117.

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

Color convert

RGB10113155-
CMYK0.2300.580.49
HSL83.68º40.86%36.47%-
HSV(B)83.68º58.02%51.37%-
XYZ14.1719.286.59-
YUV113.3795.06119.18-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.19%
GREEN value IS 131 (51.56% from 255) = 45.64%
BLUE value IS 55 (21.88% from 255) = 19.16%
R=35.19%
G=45.64%
B=19.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal101131550.2300.580.4983.6840.8636.47
Hex6583371703A31542924
Octal1452036727072611245144
Binary1100101100000111101111011101110101100011010100101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658337; }

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

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

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

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

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

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

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

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