#135912

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

Shades of Myrtle #135912

Tints of Myrtle #135912

Color information

#135912 (or 0x135912) is unknown color: approx Myrtle. HEX triplet: 13, 59 and 12. RGB value is (19,89,18). Sum of RGB (Red+Green+Blue) = 19+89+18=126 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.08% from 126); Green value is 89 (35.16% from 255 or 70.63% from 126); Blue value is 18 (7.42% from 255 or 14.29% from 126); Max value from RGB is 89 - color contains mainly: green. Hex color #135912 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135912 is #ECA6ED. Grayscale: #3C3C3C. Windows color (decimal): -15509230 or 1202451. OLE color: 1202451.

HSL color Cylindrical-coordinate representation of color #135912: hue angle of 119.15º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #135912 is Cyan = 0.79, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB198918-
CMYK0.7900.800.65
HSL119.15º66.36%20.98%-
HSV(B)119.15º79.78%34.9%-
XYZ3.957.331.78-
YUV59.98104.3198.77-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.08%
GREEN value IS 89 (35.16% from 255) = 70.63%
BLUE value IS 18 (7.42% from 255) = 14.29%
R=15.08%
G=70.63%
B=14.29%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1989180.7900.800.65119.1566.3620.98
Hex1359124F05041774215
Octal2313122117012010116710225
Binary1001110110011001010011110101000010000011110111100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135912; }

 p { color: rgb(19,89,18); }

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

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

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

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

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

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

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