#134C09

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

Shades of Myrtle #134C09

Tints of Myrtle #134C09

Color information

#134C09 (or 0x134C09) is unknown color: approx Myrtle. HEX triplet: 13, 4C and 09. RGB value is (19,76,9). Sum of RGB (Red+Green+Blue) = 19+76+9=104 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.27% from 104); Green value is 76 (30.08% from 255 or 73.08% from 104); Blue value is 9 (3.91% from 255 or 8.65% from 104); Max value from RGB is 76 - color contains mainly: green. Hex color #134C09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134C09 is #ECB3F6. Grayscale: #333333. Windows color (decimal): -15512567 or 609299. OLE color: 609299.

HSL color Cylindrical-coordinate representation of color #134C09: hue angle of 111.04º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #134C09 is Cyan = 0.75, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.70.

Color convert

RGB19769-
CMYK0.7500.880.70
HSL111.04º78.82%16.67%-
HSV(B)111.04º88.16%29.8%-
XYZ2.95.331.13-
YUV51.32104.12104.95-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.27%
GREEN value IS 76 (30.08% from 255) = 73.08%
BLUE value IS 9 (3.91% from 255) = 8.65%
R=18.27%
G=73.08%
B=8.65%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal197690.7500.880.70111.0478.8216.67
Hex134C94B058466f4f11
Octal2311411113013010615711721
Binary100111001100100110010110101100010001101101111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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