#133012

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

Shades of Myrtle #133012

Tints of Myrtle #133012

Color information

#133012 (or 0x133012) is unknown color: approx Myrtle. HEX triplet: 13, 30 and 12. RGB value is (19,48,18). Sum of RGB (Red+Green+Blue) = 19+48+18=85 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.35% from 85); Green value is 48 (19.14% from 255 or 56.47% from 85); Blue value is 18 (7.42% from 255 or 21.18% from 85); Max value from RGB is 48 - color contains mainly: green. Hex color #133012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133012 is #ECCFED. Grayscale: #242424. Windows color (decimal): -15519726 or 1191955. OLE color: 1191955.

HSL color Cylindrical-coordinate representation of color #133012: hue angle of 118º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #133012 is Cyan = 0.60, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.81.

Color convert

RGB194818-
CMYK0.6000.630.81
HSL118º45.45%12.94%-
HSV(B)118º62.5%18.82%-
XYZ1.432.30.94-
YUV35.91117.89115.94-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.35%
GREEN value IS 48 (19.14% from 255) = 56.47%
BLUE value IS 18 (7.42% from 255) = 21.18%
R=22.35%
G=56.47%
B=21.18%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1948180.6000.630.8111845.4512.94
Hex1330123C03F51762dd
Octal236022740771211665515
Binary10011110000100101111000111111101000111101101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133012; }

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

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

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

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

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

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

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

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