#607448

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

Shades of Dingley #607448

Tints of Dingley #607448

Color information

#607448 (or 0x607448) is unknown color: approx Dingley. HEX triplet: 60, 74 and 48. RGB value is (96,116,72). Sum of RGB (Red+Green+Blue) = 96+116+72=284 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.80% from 284); Green value is 116 (45.70% from 255 or 40.85% from 284); Blue value is 72 (28.52% from 255 or 25.35% from 284); Max value from RGB is 116 - color contains mainly: green. Hex color #607448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607448 is #9F8BB7. Grayscale: #696969. Windows color (decimal): -10455992 or 4748384. OLE color: 4748384.

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

Color convert

RGB9611672-
CMYK0.1700.380.55
HSL87.27º23.4%36.86%-
HSV(B)87.27º37.93%45.49%-
XYZ12.2415.458.47-
YUV105109.37121.58-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.80%
GREEN value IS 116 (45.70% from 255) = 40.85%
BLUE value IS 72 (28.52% from 255) = 25.35%
R=33.80%
G=40.85%
B=25.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal96116720.1700.380.5587.2723.436.86
Hex6074481102637571725
Octal14016411021046671272745
Binary110000011101001001000100010100110110111101011110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607448; }

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

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

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

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

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

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

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

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