#135413

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

Shades of Myrtle #135413

Tints of Myrtle #135413

Color information

#135413 (or 0x135413) is unknown color: approx Myrtle. HEX triplet: 13, 54 and 13. RGB value is (19,84,19). Sum of RGB (Red+Green+Blue) = 19+84+19=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 84 (33.20% from 255 or 68.85% from 122); Blue value is 19 (7.81% from 255 or 15.57% from 122); Max value from RGB is 84 - color contains mainly: green. Hex color #135413 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135413 is #ECABEC. Grayscale: #393939. Windows color (decimal): -15510509 or 1266707. OLE color: 1266707.

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

Color convert

RGB198419-
CMYK0.7700.770.67
HSL120º63.11%20.2%-
HSV(B)120º77.38%32.94%-
XYZ3.566.531.69-
YUV57.15106.47100.79-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.57%
GREEN value IS 84 (33.20% from 255) = 68.85%
BLUE value IS 19 (7.81% from 255) = 15.57%
R=15.57%
G=68.85%
B=15.57%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1984190.7700.770.6712063.1120.2
Hex1354134D04D43783f14
Octal231242311501151031707724
Binary100111010100100111001101010011011000011111100011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135413; }

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

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

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

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

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

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

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

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