#133409

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

Shades of Myrtle #133409

Tints of Myrtle #133409

Color information

#133409 (or 0x133409) is unknown color: approx Myrtle. HEX triplet: 13, 34 and 09. RGB value is (19,52,9). Sum of RGB (Red+Green+Blue) = 19+52+9=80 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.75% from 80); Green value is 52 (20.70% from 255 or 65% from 80); Blue value is 9 (3.91% from 255 or 11.25% from 80); Max value from RGB is 52 - color contains mainly: green. Hex color #133409 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133409 is #ECCBF6. Grayscale: #252525. Windows color (decimal): -15518711 or 603155. OLE color: 603155.

HSL color Cylindrical-coordinate representation of color #133409: hue angle of 106.05º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #133409 is Cyan = 0.63, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.80.

Color convert

RGB19529-
CMYK0.6300.830.80
HSL106.05º70.49%11.96%-
HSV(B)106.05º82.69%20.39%-
XYZ1.552.610.68-
YUV37.23112.07115-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 23.75%
GREEN value IS 52 (20.70% from 255) = 65%
BLUE value IS 9 (3.91% from 255) = 11.25%
R=23.75%
G=65%
B=11.25%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal195290.6300.830.80106.0570.4911.96
Hex133493F053506a46c
Octal23641177012312015210614
Binary100111101001001111111010100111010000110101010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133409; }

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

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

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

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

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

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

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

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