#294120

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

Shades of Myrtle #294120

Tints of Myrtle #294120

Color information

#294120 (or 0x294120) is unknown color: approx Myrtle. HEX triplet: 29, 41 and 20. RGB value is (41,65,32). Sum of RGB (Red+Green+Blue) = 41+65+32=138 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.71% from 138); Green value is 65 (25.78% from 255 or 47.10% from 138); Blue value is 32 (12.89% from 255 or 23.19% from 138); Max value from RGB is 65 - color contains mainly: green. Hex color #294120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294120 is #D6BEDF. Grayscale: #363636. Windows color (decimal): -14073568 or 2113833. OLE color: 2113833.

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

Color convert

RGB416532-
CMYK0.3700.510.75
HSL103.64º34.02%19.02%-
HSV(B)103.64º50.77%25.49%-
XYZ3.074.362.05-
YUV54.06115.55118.68-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 29.71%
GREEN value IS 65 (25.78% from 255) = 47.10%
BLUE value IS 32 (12.89% from 255) = 23.19%
R=29.71%
G=47.10%
B=23.19%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4165320.3700.510.75103.6434.0219.02
Hex294120250334B682213
Octal5110140450631131504223
Binary101001100000110000010010101100111001011110100010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294120; }

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

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

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

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

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

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

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

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