#133B11

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

Shades of Myrtle #133B11

Tints of Myrtle #133B11

Color information

#133B11 (or 0x133B11) is unknown color: approx Myrtle. HEX triplet: 13, 3B and 11. RGB value is (19,59,17). Sum of RGB (Red+Green+Blue) = 19+59+17=95 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20% from 95); Green value is 59 (23.44% from 255 or 62.11% from 95); Blue value is 17 (7.03% from 255 or 17.89% from 95); Max value from RGB is 59 - color contains mainly: green. Hex color #133B11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133B11 is #ECC4EE. Grayscale: #2A2A2A. Windows color (decimal): -15516911 or 1129235. OLE color: 1129235.

HSL color Cylindrical-coordinate representation of color #133B11: hue angle of 117.14º 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 #133B11 is Cyan = 0.68, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.77.

Color convert

RGB195917-
CMYK0.6800.710.77
HSL117.14º55.26%14.9%-
HSV(B)117.14º71.19%23.14%-
XYZ1.933.311.07-
YUV42.25113.75111.42-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20%
GREEN value IS 59 (23.44% from 255) = 62.11%
BLUE value IS 17 (7.03% from 255) = 17.89%
R=20%
G=62.11%
B=17.89%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1959170.6800.710.77117.1455.2614.9
Hex133B11440474D7537f
Octal23732110401071151656717
Binary1001111101110001100010001000111100110111101011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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