#135703

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

Shades of Myrtle #135703

Tints of Myrtle #135703

Color information

#135703 (or 0x135703) is unknown color: approx Myrtle. HEX triplet: 13, 57 and 03. RGB value is (19,87,3). Sum of RGB (Red+Green+Blue) = 19+87+3=109 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.43% from 109); Green value is 87 (34.38% from 255 or 79.82% from 109); Blue value is 3 (1.56% from 255 or 2.75% from 109); Max value from RGB is 87 - color contains mainly: green. Hex color #135703 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135703 is #ECA8FC. Grayscale: #393939. Windows color (decimal): -15509757 or 218899. OLE color: 218899.

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

Color convert

RGB19873-
CMYK0.7800.970.66
HSL108.57º93.33%17.65%-
HSV(B)108.57º96.55%34.12%-
XYZ3.696.961.24-
YUV57.0997.47100.83-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.43%
GREEN value IS 87 (34.38% from 255) = 79.82%
BLUE value IS 3 (1.56% from 255) = 2.75%
R=17.43%
G=79.82%
B=2.75%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal198730.7800.970.66108.5793.3317.65
Hex135734E061426d5d12
Octal231273116014110215513522
Binary1001110101111110011100110000110000101101101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135703; }

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

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

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

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

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

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

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

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