#42693F

Color #42693F Grey-Asparagus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey-Asparagus #42693F

Tints of Grey-Asparagus #42693F

Color information

#42693F (or 0x42693F) is unknown color: approx Grey-Asparagus. HEX triplet: 42, 69 and 3F. RGB value is (66,105,63). Sum of RGB (Red+Green+Blue) = 66+105+63=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 105 (41.41% from 255 or 44.87% from 234); Blue value is 63 (25% from 255 or 26.92% from 234); Max value from RGB is 105 - color contains mainly: green. Hex color #42693F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42693F is #BD96C0. Grayscale: #585858. Windows color (decimal): -12424897 or 4155714. OLE color: 4155714.

HSL color Cylindrical-coordinate representation of color #42693F: hue angle of 115.71º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #42693F is Cyan = 0.37, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.59.

Color convert

RGB6610563-
CMYK0.3700.40.59
HSL115.71º25%32.94%-
HSV(B)115.71º40%41.18%-
XYZ8.211.626.51-
YUV88.55113.58111.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.21%
GREEN value IS 105 (41.41% from 255) = 44.87%
BLUE value IS 63 (25% from 255) = 26.92%
R=28.21%
G=44.87%
B=26.92%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal66105630.3700.40.59115.712532.94
Hex42693F250283B741921
Octal1021517745050731643141
Binary100001011010011111111001010101000111011111010011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42693F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42693F; }

 p { color: rgb(66,105,63); }

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

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

 a { background-color: rgb(66,105,63); }

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

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

 span { border-color: rgb(66,105,63); }

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