#294126

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

Shades of Myrtle #294126

Tints of Myrtle #294126

Color information

#294126 (or 0x294126) is unknown color: approx Myrtle. HEX triplet: 29, 41 and 26. RGB value is (41,65,38). Sum of RGB (Red+Green+Blue) = 41+65+38=144 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.47% from 144); Green value is 65 (25.78% from 255 or 45.14% from 144); Blue value is 38 (15.23% from 255 or 26.39% from 144); Max value from RGB is 65 - color contains mainly: green. Hex color #294126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294126 is #D6BED9. Grayscale: #363636. Windows color (decimal): -14073562 or 2507049. OLE color: 2507049.

HSL color Cylindrical-coordinate representation of color #294126: hue angle of 113.33º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #294126 is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.75.

Color convert

RGB416538-
CMYK0.3700.420.75
HSL113.33º26.21%20.2%-
HSV(B)113.33º41.54%25.49%-
XYZ3.154.392.52-
YUV54.75118.55118.2-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 28.47%
GREEN value IS 65 (25.78% from 255) = 45.14%
BLUE value IS 38 (15.23% from 255) = 26.39%
R=28.47%
G=45.14%
B=26.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4165380.3700.420.75113.3326.2120.2
Hex2941262502A4B711a14
Octal5110146450521131613224
Binary10100110000011001101001010101010100101111100011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294126; }

 p { color: rgb(41,65,38); }

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

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

 a { background-color: rgb(41,65,38); }

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

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

 span { border-color: rgb(41,65,38); }

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