#294525

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

Shades of Myrtle #294525

Tints of Myrtle #294525

Color information

#294525 (or 0x294525) is unknown color: approx Myrtle. HEX triplet: 29, 45 and 25. RGB value is (41,69,37). Sum of RGB (Red+Green+Blue) = 41+69+37=147 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.89% from 147); Green value is 69 (27.34% from 255 or 46.94% from 147); Blue value is 37 (14.84% from 255 or 25.17% from 147); Max value from RGB is 69 - color contains mainly: green. Hex color #294525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294525 is #D6BADA. Grayscale: #393939. Windows color (decimal): -14072539 or 2442537. OLE color: 2442537.

HSL color Cylindrical-coordinate representation of color #294525: hue angle of 112.5º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #294525 is Cyan = 0.41, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB416937-
CMYK0.4100.460.73
HSL112.5º30.19%20.78%-
HSV(B)112.5º46.38%27.06%-
XYZ3.384.862.51-
YUV56.98116.72116.6-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.89%
GREEN value IS 69 (27.34% from 255) = 46.94%
BLUE value IS 37 (14.84% from 255) = 25.17%
R=27.89%
G=46.94%
B=25.17%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4169370.4100.460.73112.530.1920.78
Hex2945252902E49701e15
Octal5110545510561111603625
Binary10100110001011001011010010101110100100111100001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294525; }

 p { color: rgb(41,69,37); }

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

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

 a { background-color: rgb(41,69,37); }

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

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

 span { border-color: rgb(41,69,37); }

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