#134F03

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

Shades of Myrtle #134F03

Tints of Myrtle #134F03

Color information

#134F03 (or 0x134F03) is unknown color: approx Myrtle. HEX triplet: 13, 4F and 03. RGB value is (19,79,3). Sum of RGB (Red+Green+Blue) = 19+79+3=101 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.81% from 101); Green value is 79 (31.25% from 255 or 78.22% from 101); Blue value is 3 (1.56% from 255 or 2.97% from 101); Max value from RGB is 79 - color contains mainly: green. Hex color #134F03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #134F03 is #ECB0FC. Grayscale: #343434. Windows color (decimal): -15511805 or 216851. OLE color: 216851.

HSL color Cylindrical-coordinate representation of color #134F03: hue angle of 107.37º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #134F03 is Cyan = 0.76, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.69.

Color convert

RGB19793-
CMYK0.7600.960.69
HSL107.37º92.68%16.08%-
HSV(B)107.37º96.2%30.98%-
XYZ3.085.741.03-
YUV52.4100.12104.18-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.81%
GREEN value IS 79 (31.25% from 255) = 78.22%
BLUE value IS 3 (1.56% from 255) = 2.97%
R=18.81%
G=78.22%
B=2.97%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal197930.7600.960.69107.3792.6816.08
Hex134F34C060456b5d10
Octal231173114014010515313520
Binary1001110011111110011000110000010001011101011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,79,3); }

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

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

 a { background-color: rgb(19,79,3); }

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

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

 span { border-color: rgb(19,79,3); }

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