#134209

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

Shades of Myrtle #134209

Tints of Myrtle #134209

Color information

#134209 (or 0x134209) is unknown color: approx Myrtle. HEX triplet: 13, 42 and 09. RGB value is (19,66,9). Sum of RGB (Red+Green+Blue) = 19+66+9=94 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.21% from 94); Green value is 66 (26.17% from 255 or 70.21% from 94); Blue value is 9 (3.91% from 255 or 9.57% from 94); Max value from RGB is 66 - color contains mainly: green. Hex color #134209 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134209 is #ECBDF6. Grayscale: #2D2D2D. Windows color (decimal): -15515127 or 606739. OLE color: 606739.

HSL color Cylindrical-coordinate representation of color #134209: hue angle of 109.47º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #134209 is Cyan = 0.71, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.74.

Color convert

RGB19669-
CMYK0.7100.860.74
HSL109.47º76%14.71%-
HSV(B)109.47º86.36%25.88%-
XYZ2.274.050.92-
YUV45.45107.43109.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.21%
GREEN value IS 66 (26.17% from 255) = 70.21%
BLUE value IS 9 (3.91% from 255) = 9.57%
R=20.21%
G=70.21%
B=9.57%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal196690.7100.860.74109.477614.71
Hex13429470564A6d4cf
Octal2310211107012611215511417
Binary10011100001010011000111010101101001010110110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134209; }

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

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

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

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

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

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

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

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