#133E09

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

Shades of Myrtle #133E09

Tints of Myrtle #133E09

Color information

#133E09 (or 0x133E09) is unknown color: approx Myrtle. HEX triplet: 13, 3E and 09. RGB value is (19,62,9). Sum of RGB (Red+Green+Blue) = 19+62+9=90 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.11% from 90); Green value is 62 (24.61% from 255 or 68.89% from 90); Blue value is 9 (3.91% from 255 or 10% from 90); Max value from RGB is 62 - color contains mainly: green. Hex color #133E09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133E09 is #ECC1F6. Grayscale: #2B2B2B. Windows color (decimal): -15516151 or 605715. OLE color: 605715.

HSL color Cylindrical-coordinate representation of color #133E09: hue angle of 108.68º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #133E09 is Cyan = 0.69, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.76.

Color convert

RGB19629-
CMYK0.6900.850.76
HSL108.68º74.65%13.92%-
HSV(B)108.68º85.48%24.31%-
XYZ2.043.60.85-
YUV43.1108.75110.81-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.11%
GREEN value IS 62 (24.61% from 255) = 68.89%
BLUE value IS 9 (3.91% from 255) = 10%
R=21.11%
G=68.89%
B=10%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal196290.6900.850.76108.6874.6513.92
Hex133E9450554C6d4be
Octal237611105012511415511316
Binary1001111111010011000101010101011001100110110110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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