#134B1B

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

Shades of Myrtle #134B1B

Tints of Myrtle #134B1B

Color information

#134B1B (or 0x134B1B) is unknown color: approx Myrtle. HEX triplet: 13, 4B and 1B. RGB value is (19,75,27). Sum of RGB (Red+Green+Blue) = 19+75+27=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 75 (29.69% from 255 or 61.98% from 121); Blue value is 27 (10.94% from 255 or 22.31% from 121); Max value from RGB is 75 - color contains mainly: green. Hex color #134B1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134B1B is #ECB4E4. Grayscale: #343434. Windows color (decimal): -15512805 or 1788691. OLE color: 1788691.

HSL color Cylindrical-coordinate representation of color #134B1B: hue angle of 128.57º 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 #134B1B is Cyan = 0.75, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.71.

Color convert

RGB197527-
CMYK0.7500.640.71
HSL128.57º59.57%18.43%-
HSV(B)128.57º74.67%29.41%-
XYZ2.985.251.89-
YUV52.78113.45103.9-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.70%
GREEN value IS 75 (29.69% from 255) = 61.98%
BLUE value IS 27 (10.94% from 255) = 22.31%
R=15.70%
G=61.98%
B=22.31%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1975270.7500.640.71128.5759.5718.43
Hex134B1B4B04047813c12
Octal231133311301001072017422
Binary1001110010111101110010110100000010001111000000111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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