#133B12

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

Shades of Myrtle #133B12

Tints of Myrtle #133B12

Color information

#133B12 (or 0x133B12) is unknown color: approx Myrtle. HEX triplet: 13, 3B and 12. RGB value is (19,59,18). Sum of RGB (Red+Green+Blue) = 19+59+18=96 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.79% from 96); Green value is 59 (23.44% from 255 or 61.46% from 96); Blue value is 18 (7.42% from 255 or 18.75% from 96); Max value from RGB is 59 - color contains mainly: green. Hex color #133B12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133B12 is #ECC4ED. Grayscale: #2A2A2A. Windows color (decimal): -15516910 or 1194771. OLE color: 1194771.

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

Color convert

RGB195918-
CMYK0.6800.690.77
HSL118.54º53.25%15.1%-
HSV(B)118.54º69.49%23.14%-
XYZ1.943.311.11-
YUV42.37114.25111.33-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.79%
GREEN value IS 59 (23.44% from 255) = 61.46%
BLUE value IS 18 (7.42% from 255) = 18.75%
R=19.79%
G=61.46%
B=18.75%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1959180.6800.690.77118.5453.2515.1
Hex133B12440454D7735f
Octal23732210401051151676517
Binary1001111101110010100010001000101100110111101111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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