#132E10

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

Shades of Myrtle #132E10

Tints of Myrtle #132E10

Color information

#132E10 (or 0x132E10) is unknown color: approx Myrtle. HEX triplet: 13, 2E and 10. RGB value is (19,46,16). Sum of RGB (Red+Green+Blue) = 19+46+16=81 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.46% from 81); Green value is 46 (18.36% from 255 or 56.79% from 81); Blue value is 16 (6.64% from 255 or 19.75% from 81); Max value from RGB is 46 - color contains mainly: green. Hex color #132E10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132E10 is #ECD1EF. Grayscale: #222222. Windows color (decimal): -15520240 or 1060371. OLE color: 1060371.

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

Color convert

RGB194616-
CMYK0.5900.650.82
HSL114º48.39%12.16%-
HSV(B)114º65.22%18.04%-
XYZ1.342.130.83-
YUV34.51117.55116.94-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 23.46%
GREEN value IS 46 (18.36% from 255) = 56.79%
BLUE value IS 16 (6.64% from 255) = 19.75%
R=23.46%
G=56.79%
B=19.75%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1946160.5900.650.8211448.3912.16
Hex132E103B041527230c
Octal2356207301011221626014
Binary100111011101000011101101000001101001011100101100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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