#134418

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

Shades of Myrtle #134418

Tints of Myrtle #134418

Color information

#134418 (or 0x134418) is unknown color: approx Myrtle. HEX triplet: 13, 44 and 18. RGB value is (19,68,24). Sum of RGB (Red+Green+Blue) = 19+68+24=111 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.12% from 111); Green value is 68 (26.95% from 255 or 61.26% from 111); Blue value is 24 (9.77% from 255 or 21.62% from 111); Max value from RGB is 68 - color contains mainly: green. Hex color #134418 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134418 is #ECBBE7. Grayscale: #303030. Windows color (decimal): -15514600 or 1590291. OLE color: 1590291.

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

Color convert

RGB196824-
CMYK0.7200.650.73
HSL126.12º56.32%17.06%-
HSV(B)126.12º72.06%26.67%-
XYZ2.54.341.57-
YUV48.33114.27107.08-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.12%
GREEN value IS 68 (26.95% from 255) = 61.26%
BLUE value IS 24 (9.77% from 255) = 21.62%
R=17.12%
G=61.26%
B=21.62%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1968240.7200.650.73126.1256.3217.06
Hex13441848041497e3811
Octal231043011001011111767021
Binary100111000100110001001000010000011001001111111011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134418; }

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

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

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

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

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

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

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

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