#608E3C

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

Shades of Dingley #608E3C

Tints of Dingley #608E3C

Color information

#608E3C (or 0x608E3C) is unknown color: approx Dingley. HEX triplet: 60, 8E and 3C. RGB value is (96,142,60). Sum of RGB (Red+Green+Blue) = 96+142+60=298 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.21% from 298); Green value is 142 (55.86% from 255 or 47.65% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 142 - color contains mainly: green. Hex color #608E3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608E3C is #9F71C3. Grayscale: #777777. Windows color (decimal): -10449348 or 3968608. OLE color: 3968608.

HSL color Cylindrical-coordinate representation of color #608E3C: hue angle of 93.66º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #608E3C is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB9614260-
CMYK0.3200.580.44
HSL93.66º40.59%39.61%-
HSV(B)93.66º57.75%55.69%-
XYZ15.3122.167.75-
YUV118.994.76111.67-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.21%
GREEN value IS 142 (55.86% from 255) = 47.65%
BLUE value IS 60 (23.83% from 255) = 20.13%
R=32.21%
G=47.65%
B=20.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal96142600.3200.580.4493.6640.5939.61
Hex608E3C2003A2C5e2928
Octal1402167440072541365150
Binary11000001000111011110010000001110101011001011110101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608E3C; }

 p { color: rgb(96,142,60); }

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

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

 a { background-color: rgb(96,142,60); }

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

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

 span { border-color: rgb(96,142,60); }

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