#135311

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

Shades of Myrtle #135311

Tints of Myrtle #135311

Color information

#135311 (or 0x135311) is unknown color: approx Myrtle. HEX triplet: 13, 53 and 11. RGB value is (19,83,17). Sum of RGB (Red+Green+Blue) = 19+83+17=119 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.97% from 119); Green value is 83 (32.81% from 255 or 69.75% from 119); Blue value is 17 (7.03% from 255 or 14.29% from 119); Max value from RGB is 83 - color contains mainly: green. Hex color #135311 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135311 is #ECACEE. Grayscale: #383838. Windows color (decimal): -15510767 or 1135379. OLE color: 1135379.

HSL color Cylindrical-coordinate representation of color #135311: hue angle of 118.18º 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 #135311 is Cyan = 0.77, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB198317-
CMYK0.7700.800.67
HSL118.18º66%19.61%-
HSV(B)118.18º79.52%32.55%-
XYZ3.466.371.58-
YUV56.34105.8101.37-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.97%
GREEN value IS 83 (32.81% from 255) = 69.75%
BLUE value IS 17 (7.03% from 255) = 14.29%
R=15.97%
G=69.75%
B=14.29%

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
Decimal1983170.7700.800.67118.186619.61
Hex1353114D05043764214
Octal2312321115012010316610224
Binary1001110100111000110011010101000010000111110110100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135311; }

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

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

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

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

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

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

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

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