#133909

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

Shades of Myrtle #133909

Tints of Myrtle #133909

Color information

#133909 (or 0x133909) is unknown color: approx Myrtle. HEX triplet: 13, 39 and 09. RGB value is (19,57,9). Sum of RGB (Red+Green+Blue) = 19+57+9=85 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.35% from 85); Green value is 57 (22.66% from 255 or 67.06% from 85); Blue value is 9 (3.91% from 255 or 10.59% from 85); Max value from RGB is 57 - color contains mainly: green. Hex color #133909 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133909 is #ECC6F6. Grayscale: #282828. Windows color (decimal): -15517431 or 604435. OLE color: 604435.

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

Color convert

RGB19579-
CMYK0.6700.840.78
HSL107.5º72.73%12.94%-
HSV(B)107.5º84.21%22.35%-
XYZ1.783.080.76-
YUV40.17110.41112.9-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.35%
GREEN value IS 57 (22.66% from 255) = 67.06%
BLUE value IS 9 (3.91% from 255) = 10.59%
R=22.35%
G=67.06%
B=10.59%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal195790.6700.840.78107.572.7312.94
Hex13399430544E6c49d
Octal237111103012411615411115
Binary1001111100110011000011010101001001110110110010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133909; }

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

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

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

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

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

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

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

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