#135704

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

Shades of Myrtle #135704

Tints of Myrtle #135704

Color information

#135704 (or 0x135704) is unknown color: approx Myrtle. HEX triplet: 13, 57 and 04. RGB value is (19,87,4). Sum of RGB (Red+Green+Blue) = 19+87+4=110 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.27% from 110); Green value is 87 (34.38% from 255 or 79.09% from 110); Blue value is 4 (1.95% from 255 or 3.64% from 110); Max value from RGB is 87 - color contains mainly: green. Hex color #135704 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135704 is #ECA8FB. Grayscale: #393939. Windows color (decimal): -15509756 or 284435. OLE color: 284435.

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

Color convert

RGB19874-
CMYK0.7800.950.66
HSL109.16º91.21%17.84%-
HSV(B)109.16º95.4%34.12%-
XYZ3.76.961.26-
YUV57.2197.97100.75-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.27%
GREEN value IS 87 (34.38% from 255) = 79.09%
BLUE value IS 4 (1.95% from 255) = 3.64%
R=17.27%
G=79.09%
B=3.64%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal198740.7800.950.66109.1691.2117.84
Hex135744E05F426d5b12
Octal231274116013710215513322
Binary10011101011110010011100101111110000101101101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135704; }

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

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

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

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

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

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

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

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