#295414

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

Shades of Myrtle #295414

Tints of Myrtle #295414

Color information

#295414 (or 0x295414) is unknown color: approx Myrtle. HEX triplet: 29, 54 and 14. RGB value is (41,84,20). Sum of RGB (Red+Green+Blue) = 41+84+20=145 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.28% from 145); Green value is 84 (33.20% from 255 or 57.93% from 145); Blue value is 20 (8.20% from 255 or 13.79% from 145); Max value from RGB is 84 - color contains mainly: green. Hex color #295414 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295414 is #D6ABEB. Grayscale: #404040. Windows color (decimal): -14068716 or 1332265. OLE color: 1332265.

HSL color Cylindrical-coordinate representation of color #295414: hue angle of 100.31º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #295414 is Cyan = 0.51, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB418420-
CMYK0.5100.760.67
HSL100.31º61.54%20.39%-
HSV(B)100.31º76.19%32.94%-
XYZ4.216.861.76-
YUV63.85103.25111.7-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 28.28%
GREEN value IS 84 (33.20% from 255) = 57.93%
BLUE value IS 20 (8.20% from 255) = 13.79%
R=28.28%
G=57.93%
B=13.79%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4184200.5100.760.67100.3161.5420.39
Hex2954143304C43643e14
Octal51124246301141031447624
Binary101001101010010100110011010011001000011110010011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295414; }

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

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

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

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

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

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

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

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