#295114

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

Shades of Myrtle #295114

Tints of Myrtle #295114

Color information

#295114 (or 0x295114) is unknown color: approx Myrtle. HEX triplet: 29, 51 and 14. RGB value is (41,81,20). Sum of RGB (Red+Green+Blue) = 41+81+20=142 (18% of max value = 765). Red value is 41 (16.41% from 255 or 28.87% from 142); Green value is 81 (32.03% from 255 or 57.04% from 142); Blue value is 20 (8.20% from 255 or 14.08% from 142); Max value from RGB is 81 - color contains mainly: green. Hex color #295114 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #295114 is #D6AEEB. Grayscale: #3E3E3E. Windows color (decimal): -14069484 or 1331497. OLE color: 1331497.

HSL color Cylindrical-coordinate representation of color #295114: hue angle of 99.34º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #295114 is Cyan = 0.49, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.68.

Color convert

RGB418120-
CMYK0.4900.750.68
HSL99.34º60.4%19.8%-
HSV(B)99.34º75.31%31.76%-
XYZ3.986.411.69-
YUV62.09104.25112.96-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 28.87%
GREEN value IS 81 (32.03% from 255) = 57.04%
BLUE value IS 20 (8.20% from 255) = 14.08%
R=28.87%
G=57.04%
B=14.08%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4181200.4900.750.6899.3460.419.8
Hex2951143104B44633c14
Octal51121246101131041437424
Binary101001101000110100110001010010111000100110001111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295114; }

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

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

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

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

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

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

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

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