#134B01

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

Shades of Myrtle #134B01

Tints of Myrtle #134B01

Color information

#134B01 (or 0x134B01) is unknown color: approx Myrtle. HEX triplet: 13, 4B and 01. RGB value is (19,75,1). Sum of RGB (Red+Green+Blue) = 19+75+1=95 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20% from 95); Green value is 75 (29.69% from 255 or 78.95% from 95); Blue value is 1 (0.78% from 255 or 1.05% from 95); Max value from RGB is 75 - color contains mainly: green. Hex color #134B01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134B01 is #ECB4FE. Grayscale: #323232. Windows color (decimal): -15512831 or 84755. OLE color: 84755.

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

Color convert

RGB19751-
CMYK0.7500.990.71
HSL105.41º97.37%14.9%-
HSV(B)105.41º98.67%29.41%-
XYZ2.795.170.88-
YUV49.82100.45106.02-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20%
GREEN value IS 75 (29.69% from 255) = 78.95%
BLUE value IS 1 (0.78% from 255) = 1.05%
R=20%
G=78.95%
B=1.05%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal197510.7500.990.71105.4197.3714.9
Hex134B14B063476961f
Octal231131113014310715114117
Binary10011100101111001011011000111000111110100111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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