#133609

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

Shades of Myrtle #133609

Tints of Myrtle #133609

Color information

#133609 (or 0x133609) is unknown color: approx Myrtle. HEX triplet: 13, 36 and 09. RGB value is (19,54,9). Sum of RGB (Red+Green+Blue) = 19+54+9=82 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.17% from 82); Green value is 54 (21.48% from 255 or 65.85% from 82); Blue value is 9 (3.91% from 255 or 10.98% from 82); Max value from RGB is 54 - color contains mainly: green. Hex color #133609 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133609 is #ECC9F6. Grayscale: #262626. Windows color (decimal): -15518199 or 603667. OLE color: 603667.

HSL color Cylindrical-coordinate representation of color #133609: hue angle of 106.67º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #133609 is Cyan = 0.65, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.79.

Color convert

RGB19549-
CMYK0.6500.830.79
HSL106.67º71.43%12.35%-
HSV(B)106.67º83.33%21.18%-
XYZ1.642.80.71-
YUV38.4111.4114.16-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 23.17%
GREEN value IS 54 (21.48% from 255) = 65.85%
BLUE value IS 9 (3.91% from 255) = 10.98%
R=23.17%
G=65.85%
B=10.98%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal195490.6500.830.79106.6771.4312.35
Hex13369410534F6b47c
Octal236611101012311715310714
Binary1001111011010011000001010100111001111110101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133609; }

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

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

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

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

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

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

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

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