#608C3E

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

Shades of Dingley #608C3E

Tints of Dingley #608C3E

Color information

#608C3E (or 0x608C3E) is unknown color: approx Dingley. HEX triplet: 60, 8C and 3E. RGB value is (96,140,62). Sum of RGB (Red+Green+Blue) = 96+140+62=298 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.21% from 298); Green value is 140 (55.08% from 255 or 46.98% from 298); Blue value is 62 (24.61% from 255 or 20.81% from 298); Max value from RGB is 140 - color contains mainly: green. Hex color #608C3E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608C3E is #9F73C1. Grayscale: #767676. Windows color (decimal): -10449858 or 4099168. OLE color: 4099168.

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

Color convert

RGB9614062-
CMYK0.3100.560.45
HSL93.85º38.61%39.61%-
HSV(B)93.85º55.71%54.9%-
XYZ15.0721.597.93-
YUV117.9596.42112.34-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.21%
GREEN value IS 140 (55.08% from 255) = 46.98%
BLUE value IS 62 (24.61% from 255) = 20.81%
R=32.21%
G=46.98%
B=20.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal96140620.3100.560.4593.8538.6139.61
Hex608C3E1F0382D5e2728
Octal1402147637070551364750
Binary1100000100011001111101111101110001011011011110100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,140,62); }

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

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

 a { background-color: rgb(96,140,62); }

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

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

 span { border-color: rgb(96,140,62); }

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