#133310

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

Shades of Myrtle #133310

Tints of Myrtle #133310

Color information

#133310 (or 0x133310) is unknown color: approx Myrtle. HEX triplet: 13, 33 and 10. RGB value is (19,51,16). Sum of RGB (Red+Green+Blue) = 19+51+16=86 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.09% from 86); Green value is 51 (20.31% from 255 or 59.30% from 86); Blue value is 16 (6.64% from 255 or 18.60% from 86); Max value from RGB is 51 - color contains mainly: green. Hex color #133310 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133310 is #ECCCEF. Grayscale: #252525. Windows color (decimal): -15518960 or 1061651. OLE color: 1061651.

HSL color Cylindrical-coordinate representation of color #133310: hue angle of 114.86º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #133310 is Cyan = 0.63, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.8.

Color convert

RGB195116-
CMYK0.6300.690.8
HSL114.86º52.24%13.14%-
HSV(B)114.86º68.63%20%-
XYZ1.552.540.9-
YUV37.44115.9114.85-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.09%
GREEN value IS 51 (20.31% from 255) = 59.30%
BLUE value IS 16 (6.64% from 255) = 18.60%
R=22.09%
G=59.30%
B=18.60%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1951160.6300.690.8114.8652.2413.14
Hex1333103F045507334d
Octal2363207701051201636415
Binary100111100111000011111101000101101000011100111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133310; }

 p { color: rgb(19,51,16); }

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

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

 a { background-color: rgb(19,51,16); }

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

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

 span { border-color: rgb(19,51,16); }

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