#134019

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

Shades of Myrtle #134019

Tints of Myrtle #134019

Color information

#134019 (or 0x134019) is unknown color: approx Myrtle. HEX triplet: 13, 40 and 19. RGB value is (19,64,25). Sum of RGB (Red+Green+Blue) = 19+64+25=108 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.59% from 108); Green value is 64 (25.39% from 255 or 59.26% from 108); Blue value is 25 (10.16% from 255 or 23.15% from 108); Max value from RGB is 64 - color contains mainly: green. Hex color #134019 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134019 is #ECBFE6. Grayscale: #2E2E2E. Windows color (decimal): -15515623 or 1654803. OLE color: 1654803.

HSL color Cylindrical-coordinate representation of color #134019: hue angle of 128º 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 #134019 is Cyan = 0.70, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.75.

Color convert

RGB196425-
CMYK0.7000.610.75
HSL128º54.22%16.27%-
HSV(B)128º70.31%25.1%-
XYZ2.283.881.55-
YUV46.1116.09108.67-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.59%
GREEN value IS 64 (25.39% from 255) = 59.26%
BLUE value IS 25 (10.16% from 255) = 23.15%
R=17.59%
G=59.26%
B=23.15%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1964250.7000.610.7512854.2216.27
Hex1340194603D4B803610
Octal23100311060751132006620
Binary100111000000110011000110011110110010111000000011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134019; }

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

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

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

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

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

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

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

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