#133812

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

Shades of Myrtle #133812

Tints of Myrtle #133812

Color information

#133812 (or 0x133812) is unknown color: approx Myrtle. HEX triplet: 13, 38 and 12. RGB value is (19,56,18). Sum of RGB (Red+Green+Blue) = 19+56+18=93 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.43% from 93); Green value is 56 (22.27% from 255 or 60.22% from 93); Blue value is 18 (7.42% from 255 or 19.35% from 93); Max value from RGB is 56 - color contains mainly: green. Hex color #133812 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133812 is #ECC7ED. Grayscale: #282828. Windows color (decimal): -15517678 or 1194003. OLE color: 1194003.

HSL color Cylindrical-coordinate representation of color #133812: hue angle of 118.42º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #133812 is Cyan = 0.66, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB195618-
CMYK0.6600.680.78
HSL118.42º51.35%14.51%-
HSV(B)118.42º67.86%21.96%-
XYZ1.793.011.06-
YUV40.6115.24112.59-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.43%
GREEN value IS 56 (22.27% from 255) = 60.22%
BLUE value IS 18 (7.42% from 255) = 19.35%
R=20.43%
G=60.22%
B=19.35%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1956180.6600.680.78118.4251.3514.51
Hex133812420444E7633f
Octal23702210201041161666317
Binary1001111100010010100001001000100100111011101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133812; }

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

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

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

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

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

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

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

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