#134907

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

Shades of Myrtle #134907

Tints of Myrtle #134907

Color information

#134907 (or 0x134907) is unknown color: approx Myrtle. HEX triplet: 13, 49 and 07. RGB value is (19,73,7). Sum of RGB (Red+Green+Blue) = 19+73+7=99 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19.19% from 99); Green value is 73 (28.91% from 255 or 73.74% from 99); Blue value is 7 (3.12% from 255 or 7.07% from 99); Max value from RGB is 73 - color contains mainly: green. Hex color #134907 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134907 is #ECB6F8. Grayscale: #313131. Windows color (decimal): -15513337 or 477459. OLE color: 477459.

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

Color convert

RGB19737-
CMYK0.7400.900.71
HSL109.09º82.5%15.69%-
HSV(B)109.09º90.41%28.63%-
XYZ2.694.921.01-
YUV49.33104.11106.37-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.19%
GREEN value IS 73 (28.91% from 255) = 73.74%
BLUE value IS 7 (3.12% from 255) = 7.07%
R=19.19%
G=73.74%
B=7.07%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal197370.7400.900.71109.0982.515.69
Hex134974A05A476d5210
Octal231117112013210715512220
Binary10011100100111110010100101101010001111101101101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134907; }

 p { color: rgb(19,73,7); }

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

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

 a { background-color: rgb(19,73,7); }

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

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

 span { border-color: rgb(19,73,7); }

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