#133306

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

Shades of Myrtle #133306

Tints of Myrtle #133306

Color information

#133306 (or 0x133306) is unknown color: approx Myrtle. HEX triplet: 13, 33 and 06. RGB value is (19,51,6). Sum of RGB (Red+Green+Blue) = 19+51+6=76 (10% of max value = 765). Red value is 19 (7.81% from 255 or 25% from 76); Green value is 51 (20.31% from 255 or 67.11% from 76); Blue value is 6 (2.73% from 255 or 7.89% from 76); Max value from RGB is 51 - color contains mainly: green. Hex color #133306 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133306 is #ECCCF9. Grayscale: #242424. Windows color (decimal): -15518970 or 406291. OLE color: 406291.

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

Color convert

RGB19516-
CMYK0.6300.880.8
HSL102.67º78.95%11.18%-
HSV(B)102.67º88.24%20%-
XYZ1.492.520.58-
YUV36.3110.9115.66-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 25%
GREEN value IS 51 (20.31% from 255) = 67.11%
BLUE value IS 6 (2.73% from 255) = 7.89%
R=25%
G=67.11%
B=7.89%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal195160.6300.880.8102.6778.9511.18
Hex133363F05850674fb
Octal2363677013012014711713
Binary10011110011110111111010110001010000110011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133306; }

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

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

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

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

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

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

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

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