#295514

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

Shades of Myrtle #295514

Tints of Myrtle #295514

Color information

#295514 (or 0x295514) is unknown color: approx Myrtle. HEX triplet: 29, 55 and 14. RGB value is (41,85,20). Sum of RGB (Red+Green+Blue) = 41+85+20=146 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.08% from 146); Green value is 85 (33.59% from 255 or 58.22% from 146); Blue value is 20 (8.20% from 255 or 13.70% from 146); Max value from RGB is 85 - color contains mainly: green. Hex color #295514 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295514 is #D6AAEB. Grayscale: #404040. Windows color (decimal): -14068460 or 1332521. OLE color: 1332521.

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

Color convert

RGB418520-
CMYK0.5200.760.67
HSL100.62º61.9%20.59%-
HSV(B)100.62º76.47%33.33%-
XYZ4.297.021.79-
YUV64.43102.92111.29-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 28.08%
GREEN value IS 85 (33.59% from 255) = 58.22%
BLUE value IS 20 (8.20% from 255) = 13.70%
R=28.08%
G=58.22%
B=13.70%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4185200.5200.760.67100.6261.920.59
Hex2955143404C43653e15
Octal51125246401141031457625
Binary101001101010110100110100010011001000011110010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295514; }

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

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

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

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

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

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

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

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