#135418

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

Shades of Myrtle #135418

Tints of Myrtle #135418

Color information

#135418 (or 0x135418) is unknown color: approx Myrtle. HEX triplet: 13, 54 and 18. RGB value is (19,84,24). Sum of RGB (Red+Green+Blue) = 19+84+24=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 84 (33.20% from 255 or 66.14% from 127); Blue value is 24 (9.77% from 255 or 18.90% from 127); Max value from RGB is 84 - color contains mainly: green. Hex color #135418 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135418 is #ECABE7. Grayscale: #393939. Windows color (decimal): -15510504 or 1594387. OLE color: 1594387.

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

Color convert

RGB198424-
CMYK0.7700.710.67
HSL124.62º63.11%20.2%-
HSV(B)124.62º77.38%32.94%-
XYZ3.66.551.94-
YUV57.72108.97100.38-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.96%
GREEN value IS 84 (33.20% from 255) = 66.14%
BLUE value IS 24 (9.77% from 255) = 18.90%
R=14.96%
G=66.14%
B=18.90%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1984240.7700.710.67124.6263.1120.2
Hex1354184D047437d3f14
Octal231243011501071031757724
Binary100111010100110001001101010001111000011111110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135418; }

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

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

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

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

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

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

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

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