#295914

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

Shades of Myrtle #295914

Tints of Myrtle #295914

Color information

#295914 (or 0x295914) is unknown color: approx Myrtle. HEX triplet: 29, 59 and 14. RGB value is (41,89,20). Sum of RGB (Red+Green+Blue) = 41+89+20=150 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.33% from 150); Green value is 89 (35.16% from 255 or 59.33% from 150); Blue value is 20 (8.20% from 255 or 13.33% from 150); Max value from RGB is 89 - color contains mainly: green. Hex color #295914 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295914 is #D6A6EB. Grayscale: #434343. Windows color (decimal): -14067436 or 1333545. OLE color: 1333545.

HSL color Cylindrical-coordinate representation of color #295914: hue angle of 101.74º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #295914 is Cyan = 0.54, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB418920-
CMYK0.5400.780.65
HSL101.74º63.3%21.37%-
HSV(B)101.74º77.53%34.9%-
XYZ4.617.671.9-
YUV66.78101.6109.61-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.33%
GREEN value IS 89 (35.16% from 255) = 59.33%
BLUE value IS 20 (8.20% from 255) = 13.33%
R=27.33%
G=59.33%
B=13.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4189200.5400.780.65101.7463.321.37
Hex2959143604E41663f15
Octal51131246601161011467725
Binary101001101100110100110110010011101000001110011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295914; }

 p { color: rgb(41,89,20); }

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

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

 a { background-color: rgb(41,89,20); }

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

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

 span { border-color: rgb(41,89,20); }

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