#294121

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

Shades of Myrtle #294121

Tints of Myrtle #294121

Color information

#294121 (or 0x294121) is unknown color: approx Myrtle. HEX triplet: 29, 41 and 21. RGB value is (41,65,33). Sum of RGB (Red+Green+Blue) = 41+65+33=139 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.50% from 139); Green value is 65 (25.78% from 255 or 46.76% from 139); Blue value is 33 (13.28% from 255 or 23.74% from 139); Max value from RGB is 65 - color contains mainly: green. Hex color #294121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294121 is #D6BEDE. Grayscale: #363636. Windows color (decimal): -14073567 or 2179369. OLE color: 2179369.

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

Color convert

RGB416533-
CMYK0.3700.490.75
HSL105º32.65%19.22%-
HSV(B)105º49.23%25.49%-
XYZ3.084.362.12-
YUV54.18116.05118.6-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 29.50%
GREEN value IS 65 (25.78% from 255) = 46.76%
BLUE value IS 33 (13.28% from 255) = 23.74%
R=29.50%
G=46.76%
B=23.74%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4165330.3700.490.7510532.6519.22
Hex294121250314B692113
Octal5110141450611131514123
Binary101001100000110000110010101100011001011110100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294121; }

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

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

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

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

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

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

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

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