#133212

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

Shades of Myrtle #133212

Tints of Myrtle #133212

Color information

#133212 (or 0x133212) is unknown color: approx Myrtle. HEX triplet: 13, 32 and 12. RGB value is (19,50,18). Sum of RGB (Red+Green+Blue) = 19+50+18=87 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.84% from 87); Green value is 50 (19.92% from 255 or 57.47% from 87); Blue value is 18 (7.42% from 255 or 20.69% from 87); Max value from RGB is 50 - color contains mainly: green. Hex color #133212 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133212 is #ECCDED. Grayscale: #252525. Windows color (decimal): -15519214 or 1192467. OLE color: 1192467.

HSL color Cylindrical-coordinate representation of color #133212: hue angle of 118.12º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #133212 is Cyan = 0.62, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.80.

Color convert

RGB195018-
CMYK0.6200.640.80
HSL118.12º47.06%13.33%-
HSV(B)118.12º64%19.61%-
XYZ1.522.460.97-
YUV37.08117.23115.1-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.84%
GREEN value IS 50 (19.92% from 255) = 57.47%
BLUE value IS 18 (7.42% from 255) = 20.69%
R=21.84%
G=57.47%
B=20.69%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1950180.6200.640.80118.1247.0613.33
Hex1332123E04050762fd
Octal2362227601001201665715
Binary100111100101001011111001000000101000011101101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133212; }

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

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

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

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

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

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

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

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