#608D3D

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

Shades of Dingley #608D3D

Tints of Dingley #608D3D

Color information

#608D3D (or 0x608D3D) is unknown color: approx Dingley. HEX triplet: 60, 8D and 3D. RGB value is (96,141,61). Sum of RGB (Red+Green+Blue) = 96+141+61=298 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.21% from 298); Green value is 141 (55.47% from 255 or 47.32% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 141 - color contains mainly: green. Hex color #608D3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608D3D is #9F72C2. Grayscale: #767676. Windows color (decimal): -10449603 or 4033888. OLE color: 4033888.

HSL color Cylindrical-coordinate representation of color #608D3D: hue angle of 93.75º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #608D3D is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.

Color convert

RGB9614161-
CMYK0.3200.570.45
HSL93.75º39.6%39.61%-
HSV(B)93.75º56.74%55.29%-
XYZ15.1921.877.84-
YUV118.4395.59112-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.21%
GREEN value IS 141 (55.47% from 255) = 47.32%
BLUE value IS 61 (24.22% from 255) = 20.47%
R=32.21%
G=47.32%
B=20.47%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal96141610.3200.570.4593.7539.639.61
Hex608D3D200392D5e2828
Octal1402157540071551365050
Binary11000001000110111110110000001110011011011011110101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,141,61); }

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

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

 a { background-color: rgb(96,141,61); }

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

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

 span { border-color: rgb(96,141,61); }

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