#124E01

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

Shades of Myrtle #124E01

Tints of Myrtle #124E01

Color information

#124E01 (or 0x124E01) is unknown color: approx Myrtle. HEX triplet: 12, 4E and 01. RGB value is (18,78,1). Sum of RGB (Red+Green+Blue) = 18+78+1=97 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.56% from 97); Green value is 78 (30.86% from 255 or 80.41% from 97); Blue value is 1 (0.78% from 255 or 1.03% from 97); Max value from RGB is 78 - color contains mainly: green. Hex color #124E01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #124E01 is #EDB1FE. Grayscale: #333333. Windows color (decimal): -15577599 or 85522. OLE color: 85522.

HSL color Cylindrical-coordinate representation of color #124E01: hue angle of 106.75º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #124E01 is Cyan = 0.77, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.69.

Color convert

RGB18781-
CMYK0.7700.990.69
HSL106.75º97.47%15.49%-
HSV(B)106.75º98.72%30.59%-
XYZ2.985.580.95-
YUV51.2899.62104.26-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.56%
GREEN value IS 78 (30.86% from 255) = 80.41%
BLUE value IS 1 (0.78% from 255) = 1.03%
R=18.56%
G=80.41%
B=1.03%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal187810.7700.990.69106.7597.4715.49
Hex124E14D063456b61f
Octal221161115014310515314117
Binary10010100111011001101011000111000101110101111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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