#608047

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

Shades of Dingley #608047

Tints of Dingley #608047

Color information

#608047 (or 0x608047) is unknown color: approx Dingley. HEX triplet: 60, 80 and 47. RGB value is (96,128,71). Sum of RGB (Red+Green+Blue) = 96+128+71=295 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.54% from 295); Green value is 128 (50.39% from 255 or 43.39% from 295); Blue value is 71 (28.12% from 255 or 24.07% from 295); Max value from RGB is 128 - color contains mainly: green. Hex color #608047 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608047 is #9F7FB8. Grayscale: #707070. Windows color (decimal): -10452921 or 4685920. OLE color: 4685920.

HSL color Cylindrical-coordinate representation of color #608047: hue angle of 93.68º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #608047 is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.50.

Color convert

RGB9612871-
CMYK0.2500.450.50
HSL93.68º28.64%39.02%-
HSV(B)93.68º44.53%50.2%-
XYZ13.6818.388.79-
YUV111.93104.9116.63-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.54%
GREEN value IS 128 (50.39% from 255) = 43.39%
BLUE value IS 71 (28.12% from 255) = 24.07%
R=32.54%
G=43.39%
B=24.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal96128710.2500.450.5093.6828.6439.02
Hex6080471902D325e1d27
Octal14020010731055621363547
Binary1100000100000001000111110010101101110010101111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608047; }

 p { color: rgb(96,128,71); }

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

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

 a { background-color: rgb(96,128,71); }

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

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

 span { border-color: rgb(96,128,71); }

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