#134517

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

Shades of Myrtle #134517

Tints of Myrtle #134517

Color information

#134517 (or 0x134517) is unknown color: approx Myrtle. HEX triplet: 13, 45 and 17. RGB value is (19,69,23). Sum of RGB (Red+Green+Blue) = 19+69+23=111 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.12% from 111); Green value is 69 (27.34% from 255 or 62.16% from 111); Blue value is 23 (9.38% from 255 or 20.72% from 111); Max value from RGB is 69 - color contains mainly: green. Hex color #134517 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134517 is #ECBAE8. Grayscale: #303030. Windows color (decimal): -15514345 or 1525011. OLE color: 1525011.

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

Color convert

RGB196923-
CMYK0.7200.670.73
HSL124.8º56.82%17.25%-
HSV(B)124.8º72.46%27.06%-
XYZ2.554.461.54-
YUV48.81113.44106.74-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.12%
GREEN value IS 69 (27.34% from 255) = 62.16%
BLUE value IS 23 (9.38% from 255) = 20.72%
R=17.12%
G=62.16%
B=20.72%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1969230.7200.670.73124.856.8217.25
Hex13451748043497d3911
Octal231052711001031111757121
Binary100111000101101111001000010000111001001111110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134517; }

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

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

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

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

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

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

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

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