#135404

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

Shades of Myrtle #135404

Tints of Myrtle #135404

Color information

#135404 (or 0x135404) is unknown color: approx Myrtle. HEX triplet: 13, 54 and 04. RGB value is (19,84,4). Sum of RGB (Red+Green+Blue) = 19+84+4=107 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.76% from 107); Green value is 84 (33.20% from 255 or 78.50% from 107); Blue value is 4 (1.95% from 255 or 3.74% from 107); Max value from RGB is 84 - color contains mainly: green. Hex color #135404 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135404 is #ECABFB. Grayscale: #373737. Windows color (decimal): -15510524 or 283667. OLE color: 283667.

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

Color convert

RGB19844-
CMYK0.7700.950.67
HSL108.75º90.91%17.25%-
HSV(B)108.75º95.24%32.94%-
XYZ3.466.491.18-
YUV55.4498.97102-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.76%
GREEN value IS 84 (33.20% from 255) = 78.50%
BLUE value IS 4 (1.95% from 255) = 3.74%
R=17.76%
G=78.50%
B=3.74%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal198440.7700.950.67108.7590.9117.25
Hex135444D05F436d5b11
Octal231244115013710315513321
Binary10011101010010010011010101111110000111101101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135404; }

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

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

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

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

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

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

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

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