#133A14

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

Shades of Myrtle #133A14

Tints of Myrtle #133A14

Color information

#133A14 (or 0x133A14) is unknown color: approx Myrtle. HEX triplet: 13, 3A and 14. RGB value is (19,58,20). Sum of RGB (Red+Green+Blue) = 19+58+20=97 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.59% from 97); Green value is 58 (23.05% from 255 or 59.79% from 97); Blue value is 20 (8.20% from 255 or 20.62% from 97); Max value from RGB is 58 - color contains mainly: green. Hex color #133A14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133A14 is #ECC5EB. Grayscale: #2A2A2A. Windows color (decimal): -15517164 or 1325587. OLE color: 1325587.

HSL color Cylindrical-coordinate representation of color #133A14: hue angle of 121.54º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #133A14 is Cyan = 0.67, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.77.

Color convert

RGB195820-
CMYK0.6700.660.77
HSL121.54º50.65%15.1%-
HSV(B)121.54º67.24%22.75%-
XYZ1.913.221.18-
YUV42.01115.58111.59-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.59%
GREEN value IS 58 (23.05% from 255) = 59.79%
BLUE value IS 20 (8.20% from 255) = 20.62%
R=19.59%
G=59.79%
B=20.62%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1958200.6700.660.77121.5450.6515.1
Hex133A14430424D7a33f
Octal23722410301021151726317
Binary1001111101010100100001101000010100110111110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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