#133712

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

Shades of Myrtle #133712

Tints of Myrtle #133712

Color information

#133712 (or 0x133712) is unknown color: approx Myrtle. HEX triplet: 13, 37 and 12. RGB value is (19,55,18). Sum of RGB (Red+Green+Blue) = 19+55+18=92 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.65% from 92); Green value is 55 (21.88% from 255 or 59.78% from 92); Blue value is 18 (7.42% from 255 or 19.57% from 92); Max value from RGB is 55 - color contains mainly: green. Hex color #133712 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133712 is #ECC8ED. Grayscale: #282828. Windows color (decimal): -15517934 or 1193747. OLE color: 1193747.

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

Color convert

RGB195518-
CMYK0.6500.670.78
HSL118.38º50.68%14.31%-
HSV(B)118.38º67.27%21.57%-
XYZ1.742.911.04-
YUV40.02115.57113.01-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.65%
GREEN value IS 55 (21.88% from 255) = 59.78%
BLUE value IS 18 (7.42% from 255) = 19.57%
R=20.65%
G=59.78%
B=19.57%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1955180.6500.670.78118.3850.6814.31
Hex133712410434E7633e
Octal23672210101031161666316
Binary1001111011110010100000101000011100111011101101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133712; }

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

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

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

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

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

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

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

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