#133412

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

Shades of Myrtle #133412

Tints of Myrtle #133412

Color information

#133412 (or 0x133412) is unknown color: approx Myrtle. HEX triplet: 13, 34 and 12. RGB value is (19,52,18). Sum of RGB (Red+Green+Blue) = 19+52+18=89 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.35% from 89); Green value is 52 (20.70% from 255 or 58.43% from 89); Blue value is 18 (7.42% from 255 or 20.22% from 89); Max value from RGB is 52 - color contains mainly: green. Hex color #133412 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133412 is #ECCBED. Grayscale: #262626. Windows color (decimal): -15518702 or 1192979. OLE color: 1192979.

HSL color Cylindrical-coordinate representation of color #133412: hue angle of 118.24º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #133412 is Cyan = 0.63, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.80.

Color convert

RGB195218-
CMYK0.6300.650.80
HSL118.24º48.57%13.73%-
HSV(B)118.24º65.38%20.39%-
XYZ1.612.641-
YUV38.26116.57114.26-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.35%
GREEN value IS 52 (20.70% from 255) = 58.43%
BLUE value IS 18 (7.42% from 255) = 20.22%
R=21.35%
G=58.43%
B=20.22%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1952180.6300.650.80118.2448.5713.73
Hex1334123F041507631e
Octal2364227701011201666116
Binary100111101001001011111101000001101000011101101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133412; }

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

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

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

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

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

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

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

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