#133E14

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

Shades of Myrtle #133E14

Tints of Myrtle #133E14

Color information

#133E14 (or 0x133E14) is unknown color: approx Myrtle. HEX triplet: 13, 3E and 14. RGB value is (19,62,20). Sum of RGB (Red+Green+Blue) = 19+62+20=101 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.81% from 101); Green value is 62 (24.61% from 255 or 61.39% from 101); Blue value is 20 (8.20% from 255 or 19.80% from 101); Max value from RGB is 62 - color contains mainly: green. Hex color #133E14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133E14 is #ECC1EB. Grayscale: #2C2C2C. Windows color (decimal): -15516140 or 1326611. OLE color: 1326611.

HSL color Cylindrical-coordinate representation of color #133E14: hue angle of 121.4º degrees, saturation: 0.53, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #133E14 is Cyan = 0.69, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.76.

Color convert

RGB196220-
CMYK0.6900.680.76
HSL121.4º53.09%15.88%-
HSV(B)121.4º69.35%24.31%-
XYZ2.123.631.25-
YUV44.36114.25109.92-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.81%
GREEN value IS 62 (24.61% from 255) = 61.39%
BLUE value IS 20 (8.20% from 255) = 19.80%
R=18.81%
G=61.39%
B=19.80%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1962200.6900.680.76121.453.0915.88
Hex133E14450444C793510
Octal23762410501041141716520
Binary10011111110101001000101010001001001100111100111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133E14; }

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

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

<style>
 a { background-color: #133E14; }

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

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

<style>
 span { border-color: #133E14; }

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

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