#134515

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

Shades of Myrtle #134515

Tints of Myrtle #134515

Color information

#134515 (or 0x134515) is unknown color: approx Myrtle. HEX triplet: 13, 45 and 15. RGB value is (19,69,21). Sum of RGB (Red+Green+Blue) = 19+69+21=109 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.43% from 109); Green value is 69 (27.34% from 255 or 63.30% from 109); Blue value is 21 (8.59% from 255 or 19.27% from 109); Max value from RGB is 69 - color contains mainly: green. Hex color #134515 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134515 is #ECBAEA. Grayscale: #303030. Windows color (decimal): -15514347 or 1393939. OLE color: 1393939.

HSL color Cylindrical-coordinate representation of color #134515: hue angle of 122.4º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #134515 is Cyan = 0.72, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.73.

Color convert

RGB196921-
CMYK0.7200.700.73
HSL122.4º56.82%17.25%-
HSV(B)122.4º72.46%27.06%-
XYZ2.534.451.43-
YUV48.58112.44106.9-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.43%
GREEN value IS 69 (27.34% from 255) = 63.30%
BLUE value IS 21 (8.59% from 255) = 19.27%
R=17.43%
G=63.30%
B=19.27%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1969210.7200.700.73122.456.8217.25
Hex13451548046497a3911
Octal231052511001061111727121
Binary100111000101101011001000010001101001001111101011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134515; }

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

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

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

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

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

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

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

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