#668348

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

Shades of Dingley #668348

Tints of Dingley #668348

Color information

#668348 (or 0x668348) is unknown color: approx Dingley. HEX triplet: 66, 83 and 48. RGB value is (102,131,72). Sum of RGB (Red+Green+Blue) = 102+131+72=305 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.44% from 305); Green value is 131 (51.56% from 255 or 42.95% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 131 - color contains mainly: green. Hex color #668348 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668348 is #997CB7. Grayscale: #737373. Windows color (decimal): -10058936 or 4752230. OLE color: 4752230.

HSL color Cylindrical-coordinate representation of color #668348: hue angle of 89.49º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #668348 is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB10213172-
CMYK0.2200.450.49
HSL89.49º29.06%39.8%-
HSV(B)89.49º45.04%51.37%-
XYZ14.7719.539.12-
YUV115.6103.39118.3-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.44%
GREEN value IS 131 (51.56% from 255) = 42.95%
BLUE value IS 72 (28.52% from 255) = 23.61%
R=33.44%
G=42.95%
B=23.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102131720.2200.450.4989.4929.0639.8
Hex6683481602D31591d28
Octal14620311026055611313550
Binary1100110100000111001000101100101101110001101100111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668348; }

 p { color: rgb(102,131,72); }

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

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

 a { background-color: rgb(102,131,72); }

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

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

 span { border-color: rgb(102,131,72); }

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