#132E04

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

Shades of Myrtle #132E04

Tints of Myrtle #132E04

Color information

#132E04 (or 0x132E04) is unknown color: approx Myrtle. HEX triplet: 13, 2E and 04. RGB value is (19,46,4). Sum of RGB (Red+Green+Blue) = 19+46+4=69 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.54% from 69); Green value is 46 (18.36% from 255 or 66.67% from 69); Blue value is 4 (1.95% from 255 or 5.80% from 69); Max value from RGB is 46 - color contains mainly: green. Hex color #132E04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132E04 is #ECD1FB. Grayscale: #212121. Windows color (decimal): -15520252 or 273939. OLE color: 273939.

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

Color convert

RGB19464-
CMYK0.5900.910.82
HSL98.57º84%9.8%-
HSV(B)98.57º91.3%18.04%-
XYZ1.272.10.45-
YUV33.14111.55117.92-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 27.54%
GREEN value IS 46 (18.36% from 255) = 66.67%
BLUE value IS 4 (1.95% from 255) = 5.80%
R=27.54%
G=66.67%
B=5.80%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal194640.5900.910.8298.57849.8
Hex132E43B05B526354a
Octal2356473013312214312412
Binary10011101110100111011010110111010010110001110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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