#134901

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

Shades of Myrtle #134901

Tints of Myrtle #134901

Color information

#134901 (or 0x134901) is unknown color: approx Myrtle. HEX triplet: 13, 49 and 01. RGB value is (19,73,1). Sum of RGB (Red+Green+Blue) = 19+73+1=93 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.43% from 93); Green value is 73 (28.91% from 255 or 78.49% from 93); Blue value is 1 (0.78% from 255 or 1.08% from 93); Max value from RGB is 73 - color contains mainly: green. Hex color #134901 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134901 is #ECB6FE. Grayscale: #303030. Windows color (decimal): -15513343 or 84243. OLE color: 84243.

HSL color Cylindrical-coordinate representation of color #134901: hue angle of 105º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #134901 is Cyan = 0.74, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.

Color convert

RGB19731-
CMYK0.7400.990.71
HSL105º97.3%14.51%-
HSV(B)105º98.63%28.63%-
XYZ2.664.910.84-
YUV48.65101.11106.85-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.43%
GREEN value IS 73 (28.91% from 255) = 78.49%
BLUE value IS 1 (0.78% from 255) = 1.08%
R=20.43%
G=78.49%
B=1.08%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal197310.7400.990.7110597.314.51
Hex134914A063476961f
Octal231111112014310715114117
Binary10011100100111001010011000111000111110100111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134901; }

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

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

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

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

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

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

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

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