#134B19

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

Shades of Myrtle #134B19

Tints of Myrtle #134B19

Color information

#134B19 (or 0x134B19) is unknown color: approx Myrtle. HEX triplet: 13, 4B and 19. RGB value is (19,75,25). Sum of RGB (Red+Green+Blue) = 19+75+25=119 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.97% from 119); Green value is 75 (29.69% from 255 or 63.03% from 119); Blue value is 25 (10.16% from 255 or 21.01% from 119); Max value from RGB is 75 - color contains mainly: green. Hex color #134B19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134B19 is #ECB4E6. Grayscale: #343434. Windows color (decimal): -15512807 or 1657619. OLE color: 1657619.

HSL color Cylindrical-coordinate representation of color #134B19: hue angle of 126.43º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #134B19 is Cyan = 0.75, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.71.

Color convert

RGB197525-
CMYK0.7500.670.71
HSL126.43º59.57%18.43%-
HSV(B)126.43º74.67%29.41%-
XYZ2.965.241.78-
YUV52.56112.45104.07-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.97%
GREEN value IS 75 (29.69% from 255) = 63.03%
BLUE value IS 25 (10.16% from 255) = 21.01%
R=15.97%
G=63.03%
B=21.01%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1975250.7500.670.71126.4359.5718.43
Hex134B194B043477e3c12
Octal231133111301031071767422
Binary100111001011110011001011010000111000111111111011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134B19; }

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

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

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

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

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

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

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

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