#133106

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

Shades of Myrtle #133106

Tints of Myrtle #133106

Color information

#133106 (or 0x133106) is unknown color: approx Myrtle. HEX triplet: 13, 31 and 06. RGB value is (19,49,6). Sum of RGB (Red+Green+Blue) = 19+49+6=74 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.68% from 74); Green value is 49 (19.53% from 255 or 66.22% from 74); Blue value is 6 (2.73% from 255 or 8.11% from 74); Max value from RGB is 49 - color contains mainly: green. Hex color #133106 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133106 is #ECCEF9. Grayscale: #232323. Windows color (decimal): -15519482 or 405779. OLE color: 405779.

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

Color convert

RGB19496-
CMYK0.6100.880.81
HSL101.86º78.18%10.78%-
HSV(B)101.86º87.76%19.22%-
XYZ1.42.350.55-
YUV35.13111.56116.5-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 25.68%
GREEN value IS 49 (19.53% from 255) = 66.22%
BLUE value IS 6 (2.73% from 255) = 8.11%
R=25.68%
G=66.22%
B=8.11%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal194960.6100.880.81101.8678.1810.78
Hex133163D05851664eb
Octal2361675013012114611613
Binary10011110001110111101010110001010001110011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133106; }

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

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

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

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

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

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

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

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