#132B14

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

Shades of Myrtle #132B14

Tints of Myrtle #132B14

Color information

#132B14 (or 0x132B14) is unknown color: approx Myrtle. HEX triplet: 13, 2B and 14. RGB value is (19,43,20). Sum of RGB (Red+Green+Blue) = 19+43+20=82 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.17% from 82); Green value is 43 (17.19% from 255 or 52.44% from 82); Blue value is 20 (8.20% from 255 or 24.39% from 82); Max value from RGB is 43 - color contains mainly: green. Hex color #132B14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132B14 is #ECD4EB. Grayscale: #212121. Windows color (decimal): -15521004 or 1321747. OLE color: 1321747.

HSL color Cylindrical-coordinate representation of color #132B14: hue angle of 122.5º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #132B14 is Cyan = 0.56, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.83.

Color convert

RGB194320-
CMYK0.5600.530.83
HSL122.5º38.71%12.16%-
HSV(B)122.5º55.81%16.86%-
XYZ1.261.920.97-
YUV33.2120.55117.87-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 23.17%
GREEN value IS 43 (17.19% from 255) = 52.44%
BLUE value IS 20 (8.20% from 255) = 24.39%
R=23.17%
G=52.44%
B=24.39%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1943200.5600.530.83122.538.7112.16
Hex132B1438035537a27c
Octal235324700651231724714
Binary10011101011101001110000110101101001111110101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132B14; }

 p { color: rgb(19,43,20); }

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

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

 a { background-color: rgb(19,43,20); }

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

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

 span { border-color: rgb(19,43,20); }

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