#134018

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

Shades of Myrtle #134018

Tints of Myrtle #134018

Color information

#134018 (or 0x134018) is unknown color: approx Myrtle. HEX triplet: 13, 40 and 18. RGB value is (19,64,24). Sum of RGB (Red+Green+Blue) = 19+64+24=107 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.76% from 107); Green value is 64 (25.39% from 255 or 59.81% from 107); Blue value is 24 (9.77% from 255 or 22.43% from 107); Max value from RGB is 64 - color contains mainly: green. Hex color #134018 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134018 is #ECBFE7. Grayscale: #2E2E2E. Windows color (decimal): -15515624 or 1589267. OLE color: 1589267.

HSL color Cylindrical-coordinate representation of color #134018: hue angle of 126.67º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #134018 is Cyan = 0.70, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB196424-
CMYK0.7000.620.75
HSL126.67º54.22%16.27%-
HSV(B)126.67º70.31%25.1%-
XYZ2.273.871.49-
YUV45.98115.59108.75-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.76%
GREEN value IS 64 (25.39% from 255) = 59.81%
BLUE value IS 24 (9.77% from 255) = 22.43%
R=17.76%
G=59.81%
B=22.43%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1964240.7000.620.75126.6754.2216.27
Hex1340184603E4B7f3610
Octal23100301060761131776620
Binary10011100000011000100011001111101001011111111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134018; }

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

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

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

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

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

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

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

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