#133714

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

Shades of Myrtle #133714

Tints of Myrtle #133714

Color information

#133714 (or 0x133714) is unknown color: approx Myrtle. HEX triplet: 13, 37 and 14. RGB value is (19,55,20). Sum of RGB (Red+Green+Blue) = 19+55+20=94 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.21% from 94); Green value is 55 (21.88% from 255 or 58.51% from 94); Blue value is 20 (8.20% from 255 or 21.28% from 94); Max value from RGB is 55 - color contains mainly: green. Hex color #133714 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133714 is #ECC8EB. Grayscale: #282828. Windows color (decimal): -15517932 or 1324819. OLE color: 1324819.

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

Color convert

RGB195520-
CMYK0.6500.640.78
HSL121.67º48.65%14.51%-
HSV(B)121.67º65.45%21.57%-
XYZ1.762.921.13-
YUV40.25116.57112.85-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.21%
GREEN value IS 55 (21.88% from 255) = 58.51%
BLUE value IS 20 (8.20% from 255) = 21.28%
R=20.21%
G=58.51%
B=21.28%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1955200.6500.640.78121.6748.6514.51
Hex133714410404E7a31f
Octal23672410101001161726117
Binary1001111011110100100000101000000100111011110101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133714; }

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

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

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

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

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

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

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

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