#134A09

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

Shades of Myrtle #134A09

Tints of Myrtle #134A09

Color information

#134A09 (or 0x134A09) is unknown color: approx Myrtle. HEX triplet: 13, 4A and 09. RGB value is (19,74,9). Sum of RGB (Red+Green+Blue) = 19+74+9=102 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.63% from 102); Green value is 74 (29.30% from 255 or 72.55% from 102); Blue value is 9 (3.91% from 255 or 8.82% from 102); Max value from RGB is 74 - color contains mainly: green. Hex color #134A09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134A09 is #ECB5F6. Grayscale: #323232. Windows color (decimal): -15513079 or 608787. OLE color: 608787.

HSL color Cylindrical-coordinate representation of color #134A09: hue angle of 110.77º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #134A09 is Cyan = 0.74, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.71.

Color convert

RGB19749-
CMYK0.7400.880.71
HSL110.77º78.31%16.27%-
HSV(B)110.77º87.84%29.02%-
XYZ2.775.061.09-
YUV50.14104.78105.79-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.63%
GREEN value IS 74 (29.30% from 255) = 72.55%
BLUE value IS 9 (3.91% from 255) = 8.82%
R=18.63%
G=72.55%
B=8.82%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal197490.7400.880.71110.7778.3116.27
Hex134A94A058476f4e10
Octal2311211112013010715711620
Binary100111001010100110010100101100010001111101111100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134A09; }

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

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

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

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

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

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

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

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