#295510

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

Shades of Myrtle #295510

Tints of Myrtle #295510

Color information

#295510 (or 0x295510) is unknown color: approx Myrtle. HEX triplet: 29, 55 and 10. RGB value is (41,85,16). Sum of RGB (Red+Green+Blue) = 41+85+16=142 (18% of max value = 765). Red value is 41 (16.41% from 255 or 28.87% from 142); Green value is 85 (33.59% from 255 or 59.86% from 142); Blue value is 16 (6.64% from 255 or 11.27% from 142); Max value from RGB is 85 - color contains mainly: green. Hex color #295510 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295510 is #D6AAEF. Grayscale: #404040. Windows color (decimal): -14068464 or 1070377. OLE color: 1070377.

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

Color convert

RGB418516-
CMYK0.5200.810.67
HSL98.26º68.32%19.8%-
HSV(B)98.26º81.18%33.33%-
XYZ4.267.011.62-
YUV63.98100.92111.61-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 28.87%
GREEN value IS 85 (33.59% from 255) = 59.86%
BLUE value IS 16 (6.64% from 255) = 11.27%
R=28.87%
G=59.86%
B=11.27%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4185160.5200.810.6798.2668.3219.8
Hex2955103405143624414
Octal511252064012110314210424
Binary1010011010101100001101000101000110000111100010100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295510; }

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

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

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

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

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

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

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

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