#133A11

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

Shades of Myrtle #133A11

Tints of Myrtle #133A11

Color information

#133A11 (or 0x133A11) is unknown color: approx Myrtle. HEX triplet: 13, 3A and 11. RGB value is (19,58,17). Sum of RGB (Red+Green+Blue) = 19+58+17=94 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.21% from 94); Green value is 58 (23.05% from 255 or 61.70% from 94); Blue value is 17 (7.03% from 255 or 18.09% from 94); Max value from RGB is 58 - color contains mainly: green. Hex color #133A11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133A11 is #ECC5EE. Grayscale: #292929. Windows color (decimal): -15517167 or 1128979. OLE color: 1128979.

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

Color convert

RGB195817-
CMYK0.6700.710.77
HSL117.07º54.67%14.71%-
HSV(B)117.07º70.69%22.75%-
XYZ1.883.211.05-
YUV41.66114.08111.83-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.21%
GREEN value IS 58 (23.05% from 255) = 61.70%
BLUE value IS 17 (7.03% from 255) = 18.09%
R=20.21%
G=61.70%
B=18.09%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1958170.6700.710.77117.0754.6714.71
Hex133A11430474D7537f
Octal23722110301071151656717
Binary1001111101010001100001101000111100110111101011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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