#134215

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

Shades of Myrtle #134215

Tints of Myrtle #134215

Color information

#134215 (or 0x134215) is unknown color: approx Myrtle. HEX triplet: 13, 42 and 15. RGB value is (19,66,21). Sum of RGB (Red+Green+Blue) = 19+66+21=106 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.92% from 106); Green value is 66 (26.17% from 255 or 62.26% from 106); Blue value is 21 (8.59% from 255 or 19.81% from 106); Max value from RGB is 66 - color contains mainly: green. Hex color #134215 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134215 is #ECBDEA. Grayscale: #2E2E2E. Windows color (decimal): -15515115 or 1393171. OLE color: 1393171.

HSL color Cylindrical-coordinate representation of color #134215: hue angle of 122.55º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #134215 is Cyan = 0.71, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.74.

Color convert

RGB196621-
CMYK0.7100.680.74
HSL122.55º55.29%16.67%-
HSV(B)122.55º71.21%25.88%-
XYZ2.354.091.37-
YUV46.82113.43108.16-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.92%
GREEN value IS 66 (26.17% from 255) = 62.26%
BLUE value IS 21 (8.59% from 255) = 19.81%
R=17.92%
G=62.26%
B=19.81%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1966210.7100.680.74122.5555.2916.67
Hex134215470444A7b3711
Octal231022510701041121736721
Binary100111000010101011000111010001001001010111101111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134215; }

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

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

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

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

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

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

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

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