#134E01

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

Shades of Myrtle #134E01

Tints of Myrtle #134E01

Color information

#134E01 (or 0x134E01) is unknown color: approx Myrtle. HEX triplet: 13, 4E and 01. RGB value is (19,78,1). Sum of RGB (Red+Green+Blue) = 19+78+1=98 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.39% from 98); Green value is 78 (30.86% from 255 or 79.59% from 98); Blue value is 1 (0.78% from 255 or 1.02% from 98); Max value from RGB is 78 - color contains mainly: green. Hex color #134E01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #134E01 is #ECB1FE. Grayscale: #333333. Windows color (decimal): -15512063 or 85523. OLE color: 85523.

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

Color convert

RGB19781-
CMYK0.7600.990.69
HSL105.97º97.47%15.49%-
HSV(B)105.97º98.72%30.59%-
XYZ35.590.95-
YUV51.5899.45104.76-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.39%
GREEN value IS 78 (30.86% from 255) = 79.59%
BLUE value IS 1 (0.78% from 255) = 1.02%
R=19.39%
G=79.59%
B=1.02%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal197810.7600.990.69105.9797.4715.49
Hex134E14C063456a61f
Octal231161114014310515214117
Binary10011100111011001100011000111000101110101011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,78,1); }

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

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

 a { background-color: rgb(19,78,1); }

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

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

 span { border-color: rgb(19,78,1); }

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