#134519

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

Shades of Myrtle #134519

Tints of Myrtle #134519

Color information

#134519 (or 0x134519) is unknown color: approx Myrtle. HEX triplet: 13, 45 and 19. RGB value is (19,69,25). Sum of RGB (Red+Green+Blue) = 19+69+25=113 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.81% from 113); Green value is 69 (27.34% from 255 or 61.06% from 113); Blue value is 25 (10.16% from 255 or 22.12% from 113); Max value from RGB is 69 - color contains mainly: green. Hex color #134519 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134519 is #ECBAE6. Grayscale: #313131. Windows color (decimal): -15514343 or 1656083. OLE color: 1656083.

HSL color Cylindrical-coordinate representation of color #134519: hue angle of 127.2º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #134519 is Cyan = 0.72, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.73.

Color convert

RGB196925-
CMYK0.7200.640.73
HSL127.2º56.82%17.25%-
HSV(B)127.2º72.46%27.06%-
XYZ2.574.461.65-
YUV49.03114.44106.58-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.81%
GREEN value IS 69 (27.34% from 255) = 61.06%
BLUE value IS 25 (10.16% from 255) = 22.12%
R=16.81%
G=61.06%
B=22.12%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1969250.7200.640.73127.256.8217.25
Hex13451948040497f3911
Octal231053111001001111777121
Binary100111000101110011001000010000001001001111111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134519; }

 p { color: rgb(19,69,25); }

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

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

 a { background-color: rgb(19,69,25); }

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

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

 span { border-color: rgb(19,69,25); }

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