#608541

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

Shades of Dingley #608541

Tints of Dingley #608541

Color information

#608541 (or 0x608541) is unknown color: approx Dingley. HEX triplet: 60, 85 and 41. RGB value is (96,133,65). Sum of RGB (Red+Green+Blue) = 96+133+65=294 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.65% from 294); Green value is 133 (52.34% from 255 or 45.24% from 294); Blue value is 65 (25.78% from 255 or 22.11% from 294); Max value from RGB is 133 - color contains mainly: green. Hex color #608541 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608541 is #9F7ABE. Grayscale: #727272. Windows color (decimal): -10451647 or 4293984. OLE color: 4293984.

HSL color Cylindrical-coordinate representation of color #608541: hue angle of 92.65º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #608541 is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.48.

Color convert

RGB9613365-
CMYK0.2800.510.48
HSL92.65º34.34%38.82%-
HSV(B)92.65º51.13%52.16%-
XYZ14.1719.648.05-
YUV114.18100.24115.03-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.65%
GREEN value IS 133 (52.34% from 255) = 45.24%
BLUE value IS 65 (25.78% from 255) = 22.11%
R=32.65%
G=45.24%
B=22.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal96133650.2800.510.4892.6534.3438.82
Hex6085411C033305d2227
Octal14020510134063601354247
Binary11000001000010110000011110001100111100001011101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608541; }

 p { color: rgb(96,133,65); }

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

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

 a { background-color: rgb(96,133,65); }

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

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

 span { border-color: rgb(96,133,65); }

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