#134C03

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

Shades of Myrtle #134C03

Tints of Myrtle #134C03

Color information

#134C03 (or 0x134C03) is unknown color: approx Myrtle. HEX triplet: 13, 4C and 03. RGB value is (19,76,3). Sum of RGB (Red+Green+Blue) = 19+76+3=98 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.39% from 98); Green value is 76 (30.08% from 255 or 77.55% from 98); Blue value is 3 (1.56% from 255 or 3.06% from 98); Max value from RGB is 76 - color contains mainly: green. Hex color #134C03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134C03 is #ECB3FC. Grayscale: #323232. Windows color (decimal): -15512573 or 216083. OLE color: 216083.

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

Color convert

RGB19763-
CMYK0.7500.960.70
HSL106.85º92.41%15.49%-
HSV(B)106.85º96.05%29.8%-
XYZ2.875.310.96-
YUV50.63101.12105.44-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.39%
GREEN value IS 76 (30.08% from 255) = 77.55%
BLUE value IS 3 (1.56% from 255) = 3.06%
R=19.39%
G=77.55%
B=3.06%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal197630.7500.960.70106.8592.4115.49
Hex134C34B060466b5cf
Octal231143113014010615313417
Binary100111001100111001011011000001000110110101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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