#608240

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

Shades of Dingley #608240

Tints of Dingley #608240

Color information

#608240 (or 0x608240) is unknown color: approx Dingley. HEX triplet: 60, 82 and 40. RGB value is (96,130,64). Sum of RGB (Red+Green+Blue) = 96+130+64=290 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.10% from 290); Green value is 130 (51.17% from 255 or 44.83% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 130 - color contains mainly: green. Hex color #608240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608240 is #9F7DBF. Grayscale: #707070. Windows color (decimal): -10452416 or 4227680. OLE color: 4227680.

HSL color Cylindrical-coordinate representation of color #608240: hue angle of 90.91º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #608240 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB9613064-
CMYK0.2600.510.49
HSL90.91º34.02%38.04%-
HSV(B)90.91º50.77%50.98%-
XYZ13.7318.827.76-
YUV112.31100.74116.37-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.10%
GREEN value IS 130 (51.17% from 255) = 44.83%
BLUE value IS 64 (25.39% from 255) = 22.07%
R=33.10%
G=44.83%
B=22.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal96130640.2600.510.4990.9134.0238.04
Hex6082401A033315b2226
Octal14020210032063611334246
Binary11000001000001010000001101001100111100011011011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608240; }

 p { color: rgb(96,130,64); }

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

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

 a { background-color: rgb(96,130,64); }

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

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

 span { border-color: rgb(96,130,64); }

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