#668438

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

Shades of Dingley #668438

Tints of Dingley #668438

Color information

#668438 (or 0x668438) is unknown color: approx Dingley. HEX triplet: 66, 84 and 38. RGB value is (102,132,56). Sum of RGB (Red+Green+Blue) = 102+132+56=290 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.17% from 290); Green value is 132 (51.95% from 255 or 45.52% from 290); Blue value is 56 (22.27% from 255 or 19.31% from 290); Max value from RGB is 132 - color contains mainly: green. Hex color #668438 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668438 is #997BC7. Grayscale: #727272. Windows color (decimal): -10058696 or 3703910. OLE color: 3703910.

HSL color Cylindrical-coordinate representation of color #668438: hue angle of 83.68º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #668438 is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB10213256-
CMYK0.2300.580.48
HSL83.68º40.43%36.86%-
HSV(B)83.68º57.58%51.76%-
XYZ14.4419.616.77-
YUV114.3795.06119.18-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.17%
GREEN value IS 132 (51.95% from 255) = 45.52%
BLUE value IS 56 (22.27% from 255) = 19.31%
R=35.17%
G=45.52%
B=19.31%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal102132560.2300.580.4883.6840.4336.86
Hex6684381703A30542825
Octal1462047027072601245045
Binary1100110100001001110001011101110101100001010100101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668438; }

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

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

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

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

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

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

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

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