#132E0F

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

Shades of Myrtle #132E0F

Tints of Myrtle #132E0F

Color information

#132E0F (or 0x132E0F) is unknown color: approx Myrtle. HEX triplet: 13, 2E and 0F. RGB value is (19,46,15). Sum of RGB (Red+Green+Blue) = 19+46+15=80 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.75% from 80); Green value is 46 (18.36% from 255 or 57.5% from 80); Blue value is 15 (6.25% from 255 or 18.75% from 80); Max value from RGB is 46 - color contains mainly: green. Hex color #132E0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132E0F is #ECD1F0. Grayscale: #222222. Windows color (decimal): -15520241 or 994835. OLE color: 994835.

HSL color Cylindrical-coordinate representation of color #132E0F: hue angle of 112.26º degrees, saturation: 0.51, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #132E0F is Cyan = 0.59, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.82.

Color convert

RGB194615-
CMYK0.5900.670.82
HSL112.26º50.82%11.96%-
HSV(B)112.26º67.39%18.04%-
XYZ1.332.130.79-
YUV34.39117.05117.02-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 23.75%
GREEN value IS 46 (18.36% from 255) = 57.5%
BLUE value IS 15 (6.25% from 255) = 18.75%
R=23.75%
G=57.5%
B=18.75%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1946150.5900.670.82112.2650.8211.96
Hex132EF3B043527033c
Octal2356177301031221606314
Binary10011101110111111101101000011101001011100001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,46,15); }

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

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

 a { background-color: rgb(19,46,15); }

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

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

 span { border-color: rgb(19,46,15); }

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