#607449

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

Shades of Dingley #607449

Tints of Dingley #607449

Color information

#607449 (or 0x607449) is unknown color: approx Dingley. HEX triplet: 60, 74 and 49. RGB value is (96,116,73). Sum of RGB (Red+Green+Blue) = 96+116+73=285 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.68% from 285); Green value is 116 (45.70% from 255 or 40.70% from 285); Blue value is 73 (28.91% from 255 or 25.61% from 285); Max value from RGB is 116 - color contains mainly: green. Hex color #607449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607449 is #9F8BB6. Grayscale: #696969. Windows color (decimal): -10455991 or 4813920. OLE color: 4813920.

HSL color Cylindrical-coordinate representation of color #607449: hue angle of 87.91º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #607449 is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB9611673-
CMYK0.1700.370.55
HSL87.91º22.75%37.06%-
HSV(B)87.91º37.07%45.49%-
XYZ12.2715.468.64-
YUV105.12109.87121.5-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.68%
GREEN value IS 116 (45.70% from 255) = 40.70%
BLUE value IS 73 (28.91% from 255) = 25.61%
R=33.68%
G=40.70%
B=25.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal96116730.1700.370.5587.9122.7537.06
Hex6074491102537581725
Octal14016411121045671302745
Binary110000011101001001001100010100101110111101100010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607449; }

 p { color: rgb(96,116,73); }

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

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

 a { background-color: rgb(96,116,73); }

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

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

 span { border-color: rgb(96,116,73); }

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