#133102

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

Shades of Myrtle #133102

Tints of Myrtle #133102

Color information

#133102 (or 0x133102) is unknown color: approx Myrtle. HEX triplet: 13, 31 and 02. RGB value is (19,49,2). Sum of RGB (Red+Green+Blue) = 19+49+2=70 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.14% from 70); Green value is 49 (19.53% from 255 or 70% from 70); Blue value is 2 (1.17% from 255 or 2.86% from 70); Max value from RGB is 49 - color contains mainly: green. Hex color #133102 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133102 is #ECCEFD. Grayscale: #222222. Windows color (decimal): -15519486 or 143635. OLE color: 143635.

HSL color Cylindrical-coordinate representation of color #133102: hue angle of 98.3º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #133102 is Cyan = 0.61, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.81.

Color convert

RGB19492-
CMYK0.6100.960.81
HSL98.3º92.16%10%-
HSV(B)98.3º95.92%19.22%-
XYZ1.382.340.44-
YUV34.67109.56116.82-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 27.14%
GREEN value IS 49 (19.53% from 255) = 70%
BLUE value IS 2 (1.17% from 255) = 2.86%
R=27.14%
G=70%
B=2.86%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal194920.6100.960.8198.392.1610
Hex133123D06051625ca
Octal2361275014012114213412
Binary1001111000110111101011000001010001110001010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133102; }

 p { color: rgb(19,49,2); }

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

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

 a { background-color: rgb(19,49,2); }

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

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

 span { border-color: rgb(19,49,2); }

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