#135411

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

Shades of Myrtle #135411

Tints of Myrtle #135411

Color information

#135411 (or 0x135411) is unknown color: approx Myrtle. HEX triplet: 13, 54 and 11. RGB value is (19,84,17). Sum of RGB (Red+Green+Blue) = 19+84+17=120 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.83% from 120); Green value is 84 (33.20% from 255 or 70% from 120); Blue value is 17 (7.03% from 255 or 14.17% from 120); Max value from RGB is 84 - color contains mainly: green. Hex color #135411 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135411 is #ECABEE. Grayscale: #393939. Windows color (decimal): -15510511 or 1135635. OLE color: 1135635.

HSL color Cylindrical-coordinate representation of color #135411: hue angle of 118.21º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #135411 is Cyan = 0.77, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB198417-
CMYK0.7700.800.67
HSL118.21º66.34%19.8%-
HSV(B)118.21º79.76%32.94%-
XYZ3.546.521.6-
YUV56.93105.47100.95-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.83%
GREEN value IS 84 (33.20% from 255) = 70%
BLUE value IS 17 (7.03% from 255) = 14.17%
R=15.83%
G=70%
B=14.17%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1984170.7700.800.67118.2166.3419.8
Hex1354114D05043764214
Octal2312421115012010316610224
Binary1001110101001000110011010101000010000111110110100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135411; }

 p { color: rgb(19,84,17); }

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

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

 a { background-color: rgb(19,84,17); }

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

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

 span { border-color: rgb(19,84,17); }

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