#124B01

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

Shades of Myrtle #124B01

Tints of Myrtle #124B01

Color information

#124B01 (or 0x124B01) is unknown color: approx Myrtle. HEX triplet: 12, 4B and 01. RGB value is (18,75,1). Sum of RGB (Red+Green+Blue) = 18+75+1=94 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.15% from 94); Green value is 75 (29.69% from 255 or 79.79% from 94); Blue value is 1 (0.78% from 255 or 1.06% from 94); Max value from RGB is 75 - color contains mainly: green. Hex color #124B01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124B01 is #EDB4FE. Grayscale: #313131. Windows color (decimal): -15578367 or 84754. OLE color: 84754.

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

Color convert

RGB18751-
CMYK0.7600.990.71
HSL106.22º97.37%14.9%-
HSV(B)106.22º98.67%29.41%-
XYZ2.775.160.88-
YUV49.52100.62105.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.15%
GREEN value IS 75 (29.69% from 255) = 79.79%
BLUE value IS 1 (0.78% from 255) = 1.06%
R=19.15%
G=79.79%
B=1.06%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal187510.7600.990.71106.2297.3714.9
Hex124B14C063476a61f
Octal221131114014310715214117
Binary10010100101111001100011000111000111110101011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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