#134E00

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

Shades of Myrtle #134E00

Tints of Myrtle #134E00

Color information

#134E00 (or 0x134E00) is unknown color: approx Myrtle. HEX triplet: 13, 4E and 00. RGB value is (19,78,0). Sum of RGB (Red+Green+Blue) = 19+78+0=97 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.59% from 97); Green value is 78 (30.86% from 255 or 80.41% from 97); Blue value is 0 (0.39% from 255 or 0% from 97); Max value from RGB is 78 - color contains mainly: green. Hex color #134E00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #134E00 is #ECB1FF. Grayscale: #333333. Windows color (decimal): -15512064 or 19987. OLE color: 19987.

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

Color convert

RGB19780-
CMYK0.76010.69
HSL105.38º100%15.29%-
HSV(B)105.38º100%30.59%-
XYZ2.995.590.92-
YUV51.4798.95104.84-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.59%
GREEN value IS 78 (30.86% from 255) = 80.41%
BLUE value IS 0 (0.39% from 255) = 0%
R=19.59%
G=80.41%
B=0%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal197800.76010.69105.3810015.29
Hex134E04C064456964f
Octal231160114014410515114417
Binary10011100111001001100011001001000101110100111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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