#133A09

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

Shades of Myrtle #133A09

Tints of Myrtle #133A09

Color information

#133A09 (or 0x133A09) is unknown color: approx Myrtle. HEX triplet: 13, 3A and 09. RGB value is (19,58,9). Sum of RGB (Red+Green+Blue) = 19+58+9=86 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.09% from 86); Green value is 58 (23.05% from 255 or 67.44% from 86); Blue value is 9 (3.91% from 255 or 10.47% from 86); Max value from RGB is 58 - color contains mainly: green. Hex color #133A09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133A09 is #ECC5F6. Grayscale: #282828. Windows color (decimal): -15517175 or 604691. OLE color: 604691.

HSL color Cylindrical-coordinate representation of color #133A09: hue angle of 107.76º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #133A09 is Cyan = 0.67, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.77.

Color convert

RGB19589-
CMYK0.6700.840.77
HSL107.76º73.13%13.14%-
HSV(B)107.76º84.48%22.75%-
XYZ1.833.180.78-
YUV40.75110.08112.48-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.09%
GREEN value IS 58 (23.05% from 255) = 67.44%
BLUE value IS 9 (3.91% from 255) = 10.47%
R=22.09%
G=67.44%
B=10.47%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal195890.6700.840.77107.7673.1313.14
Hex133A9430544D6c49d
Octal237211103012411515411115
Binary1001111101010011000011010101001001101110110010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133A09; }

 p { color: rgb(19,58,9); }

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

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

 a { background-color: rgb(19,58,9); }

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

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

 span { border-color: rgb(19,58,9); }

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