#134419

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

Shades of Myrtle #134419

Tints of Myrtle #134419

Color information

#134419 (or 0x134419) is unknown color: approx Myrtle. HEX triplet: 13, 44 and 19. RGB value is (19,68,25). Sum of RGB (Red+Green+Blue) = 19+68+25=112 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.96% from 112); Green value is 68 (26.95% from 255 or 60.71% from 112); Blue value is 25 (10.16% from 255 or 22.32% from 112); Max value from RGB is 68 - color contains mainly: green. Hex color #134419 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134419 is #ECBBE6. Grayscale: #303030. Windows color (decimal): -15514599 or 1655827. OLE color: 1655827.

HSL color Cylindrical-coordinate representation of color #134419: hue angle of 127.35º degrees, saturation: 0.56, 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 #134419 is Cyan = 0.72, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.73.

Color convert

RGB196825-
CMYK0.7200.630.73
HSL127.35º56.32%17.06%-
HSV(B)127.35º72.06%26.67%-
XYZ2.514.341.63-
YUV48.45114.77107-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.96%
GREEN value IS 68 (26.95% from 255) = 60.71%
BLUE value IS 25 (10.16% from 255) = 22.32%
R=16.96%
G=60.71%
B=22.32%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1968250.7200.630.73127.3556.3217.06
Hex1344194803F497f3811
Octal23104311100771111777021
Binary10011100010011001100100001111111001001111111111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134419; }

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

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

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

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

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

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

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

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