#133811

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

Shades of Myrtle #133811

Tints of Myrtle #133811

Color information

#133811 (or 0x133811) is unknown color: approx Myrtle. HEX triplet: 13, 38 and 11. RGB value is (19,56,17). Sum of RGB (Red+Green+Blue) = 19+56+17=92 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.65% from 92); Green value is 56 (22.27% from 255 or 60.87% from 92); Blue value is 17 (7.03% from 255 or 18.48% from 92); Max value from RGB is 56 - color contains mainly: green. Hex color #133811 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133811 is #ECC7EE. Grayscale: #282828. Windows color (decimal): -15517679 or 1128467. OLE color: 1128467.

HSL color Cylindrical-coordinate representation of color #133811: hue angle of 116.92º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #133811 is Cyan = 0.66, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.78.

Color convert

RGB195617-
CMYK0.6600.700.78
HSL116.92º53.42%14.31%-
HSV(B)116.92º69.64%21.96%-
XYZ1.783.011.02-
YUV40.49114.74112.67-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.65%
GREEN value IS 56 (22.27% from 255) = 60.87%
BLUE value IS 17 (7.03% from 255) = 18.48%
R=20.65%
G=60.87%
B=18.48%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1956170.6600.700.78116.9253.4214.31
Hex133811420464E7535e
Octal23702110201061161656516
Binary1001111100010001100001001000110100111011101011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133811; }

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

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

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

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

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

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

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

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