#134915

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

Shades of Myrtle #134915

Tints of Myrtle #134915

Color information

#134915 (or 0x134915) is unknown color: approx Myrtle. HEX triplet: 13, 49 and 15. RGB value is (19,73,21). Sum of RGB (Red+Green+Blue) = 19+73+21=113 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.81% from 113); Green value is 73 (28.91% from 255 or 64.60% from 113); Blue value is 21 (8.59% from 255 or 18.58% from 113); Max value from RGB is 73 - color contains mainly: green. Hex color #134915 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134915 is #ECB6EA. Grayscale: #333333. Windows color (decimal): -15513323 or 1394963. OLE color: 1394963.

HSL color Cylindrical-coordinate representation of color #134915: hue angle of 122.22º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #134915 is Cyan = 0.74, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.71.

Color convert

RGB197321-
CMYK0.7400.710.71
HSL122.22º58.7%18.04%-
HSV(B)122.22º73.97%28.63%-
XYZ2.794.961.52-
YUV50.93111.11105.23-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.81%
GREEN value IS 73 (28.91% from 255) = 64.60%
BLUE value IS 21 (8.59% from 255) = 18.58%
R=16.81%
G=64.60%
B=18.58%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1973210.7400.710.71122.2258.718.04
Hex1349154A047477a3b12
Octal231112511201071071727322
Binary100111001001101011001010010001111000111111101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134915; }

 p { color: rgb(19,73,21); }

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

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

 a { background-color: rgb(19,73,21); }

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

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

 span { border-color: rgb(19,73,21); }

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