#135903

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

Shades of Myrtle #135903

Tints of Myrtle #135903

Color information

#135903 (or 0x135903) is unknown color: approx Myrtle. HEX triplet: 13, 59 and 03. RGB value is (19,89,3). Sum of RGB (Red+Green+Blue) = 19+89+3=111 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.12% from 111); Green value is 89 (35.16% from 255 or 80.18% from 111); Blue value is 3 (1.56% from 255 or 2.70% from 111); Max value from RGB is 89 - color contains mainly: green. Hex color #135903 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135903 is #ECA6FC. Grayscale: #3A3A3A. Windows color (decimal): -15509245 or 219411. OLE color: 219411.

HSL color Cylindrical-coordinate representation of color #135903: hue angle of 108.84º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #135903 is Cyan = 0.79, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.65.

Color convert

RGB19893-
CMYK0.7900.970.65
HSL108.84º93.48%18.04%-
HSV(B)108.84º96.63%34.9%-
XYZ3.867.291.29-
YUV58.2796.8199.99-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.12%
GREEN value IS 89 (35.16% from 255) = 80.18%
BLUE value IS 3 (1.56% from 255) = 2.70%
R=17.12%
G=80.18%
B=2.70%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal198930.7900.970.65108.8493.4818.04
Hex135934F061416d5d12
Octal231313117014110115513522
Binary1001110110011110011110110000110000011101101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135903; }

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

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

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

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

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

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

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

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