#132E08

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

Shades of Myrtle #132E08

Tints of Myrtle #132E08

Color information

#132E08 (or 0x132E08) is unknown color: approx Myrtle. HEX triplet: 13, 2E and 08. RGB value is (19,46,8). Sum of RGB (Red+Green+Blue) = 19+46+8=73 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.03% from 73); Green value is 46 (18.36% from 255 or 63.01% from 73); Blue value is 8 (3.52% from 255 or 10.96% from 73); Max value from RGB is 46 - color contains mainly: green. Hex color #132E08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132E08 is #ECD1F7. Grayscale: #212121. Windows color (decimal): -15520248 or 536083. OLE color: 536083.

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

Color convert

RGB19468-
CMYK0.5900.830.82
HSL102.63º70.37%10.59%-
HSV(B)102.63º82.61%18.04%-
XYZ1.292.110.57-
YUV33.6113.55117.59-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 26.03%
GREEN value IS 46 (18.36% from 255) = 63.01%
BLUE value IS 8 (3.52% from 255) = 10.96%
R=26.03%
G=63.01%
B=10.96%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal194680.5900.830.82102.6370.3710.59
Hex132E83B053526746b
Octal23561073012312214710613
Binary100111011101000111011010100111010010110011110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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