#135504

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

Shades of Myrtle #135504

Tints of Myrtle #135504

Color information

#135504 (or 0x135504) is unknown color: approx Myrtle. HEX triplet: 13, 55 and 04. RGB value is (19,85,4). Sum of RGB (Red+Green+Blue) = 19+85+4=108 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.59% from 108); Green value is 85 (33.59% from 255 or 78.70% from 108); Blue value is 4 (1.95% from 255 or 3.70% from 108); Max value from RGB is 85 - color contains mainly: green. Hex color #135504 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135504 is #ECAAFB. Grayscale: #383838. Windows color (decimal): -15510268 or 283923. OLE color: 283923.

HSL color Cylindrical-coordinate representation of color #135504: hue angle of 108.89º 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 #135504 is Cyan = 0.78, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.

Color convert

RGB19854-
CMYK0.7800.950.67
HSL108.89º91.01%17.45%-
HSV(B)108.89º95.29%33.33%-
XYZ3.546.641.21-
YUV56.0398.63101.59-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.59%
GREEN value IS 85 (33.59% from 255) = 78.70%
BLUE value IS 4 (1.95% from 255) = 3.70%
R=17.59%
G=78.70%
B=3.70%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal198540.7800.950.67108.8991.0117.45
Hex135544E05F436d5b11
Octal231254116013710315513321
Binary10011101010110010011100101111110000111101101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135504; }

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

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

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

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

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

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

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

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