#133C12

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

Shades of Myrtle #133C12

Tints of Myrtle #133C12

Color information

#133C12 (or 0x133C12) is unknown color: approx Myrtle. HEX triplet: 13, 3C and 12. RGB value is (19,60,18). Sum of RGB (Red+Green+Blue) = 19+60+18=97 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.59% from 97); Green value is 60 (23.83% from 255 or 61.86% from 97); Blue value is 18 (7.42% from 255 or 18.56% from 97); Max value from RGB is 60 - color contains mainly: green. Hex color #133C12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133C12 is #ECC3ED. Grayscale: #2B2B2B. Windows color (decimal): -15516654 or 1195027. OLE color: 1195027.

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

Color convert

RGB196018-
CMYK0.6800.70.76
HSL118.57º53.85%15.29%-
HSV(B)118.57º70%23.53%-
XYZ1.993.411.13-
YUV42.95113.92110.92-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.59%
GREEN value IS 60 (23.83% from 255) = 61.86%
BLUE value IS 18 (7.42% from 255) = 18.56%
R=19.59%
G=61.86%
B=18.56%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1960180.6800.70.76118.5753.8515.29
Hex133C12440464C7736f
Octal23742210401061141676617
Binary1001111110010010100010001000110100110011101111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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