#134A01

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

Shades of Myrtle #134A01

Tints of Myrtle #134A01

Color information

#134A01 (or 0x134A01) is unknown color: approx Myrtle. HEX triplet: 13, 4A and 01. RGB value is (19,74,1). Sum of RGB (Red+Green+Blue) = 19+74+1=94 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.21% from 94); Green value is 74 (29.30% from 255 or 78.72% from 94); Blue value is 1 (0.78% from 255 or 1.06% from 94); Max value from RGB is 74 - color contains mainly: green. Hex color #134A01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134A01 is #ECB5FE. Grayscale: #313131. Windows color (decimal): -15513087 or 84499. OLE color: 84499.

HSL color Cylindrical-coordinate representation of color #134A01: hue angle of 105.21º 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 #134A01 is Cyan = 0.74, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.

Color convert

RGB19741-
CMYK0.7400.990.71
HSL105.21º97.33%14.71%-
HSV(B)105.21º98.65%29.02%-
XYZ2.725.040.86-
YUV49.23100.78106.44-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.21%
GREEN value IS 74 (29.30% from 255) = 78.72%
BLUE value IS 1 (0.78% from 255) = 1.06%
R=20.21%
G=78.72%
B=1.06%

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
Decimal197410.7400.990.71105.2197.3314.71
Hex134A14A063476961f
Octal231121112014310715114117
Binary10011100101011001010011000111000111110100111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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