#668238

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

Shades of Dingley #668238

Tints of Dingley #668238

Color information

#668238 (or 0x668238) is unknown color: approx Dingley. HEX triplet: 66, 82 and 38. RGB value is (102,130,56). Sum of RGB (Red+Green+Blue) = 102+130+56=288 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.42% from 288); Green value is 130 (51.17% from 255 or 45.14% from 288); Blue value is 56 (22.27% from 255 or 19.44% from 288); Max value from RGB is 130 - color contains mainly: green. Hex color #668238 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668238 is #997DC7. Grayscale: #717171. Windows color (decimal): -10059208 or 3703398. OLE color: 3703398.

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

Color convert

RGB10213056-
CMYK0.2200.570.49
HSL82.7º39.78%36.47%-
HSV(B)82.7º56.92%50.98%-
XYZ14.1819.086.68-
YUV113.1995.72120.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.42%
GREEN value IS 130 (51.17% from 255) = 45.14%
BLUE value IS 56 (22.27% from 255) = 19.44%
R=35.42%
G=45.14%
B=19.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102130560.2200.570.4982.739.7836.47
Hex6682381603931532824
Octal1462027026071611235044
Binary1100110100000101110001011001110011100011010011101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668238; }

 p { color: rgb(102,130,56); }

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

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

 a { background-color: rgb(102,130,56); }

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

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

 span { border-color: rgb(102,130,56); }

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