#124E1B

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

Shades of Myrtle #124E1B

Tints of Myrtle #124E1B

Color information

#124E1B (or 0x124E1B) is unknown color: approx Myrtle. HEX triplet: 12, 4E and 1B. RGB value is (18,78,27). Sum of RGB (Red+Green+Blue) = 18+78+27=123 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.63% from 123); Green value is 78 (30.86% from 255 or 63.41% from 123); Blue value is 27 (10.94% from 255 or 21.95% from 123); Max value from RGB is 78 - color contains mainly: green. Hex color #124E1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124E1B is #EDB1E4. Grayscale: #363636. Windows color (decimal): -15577573 or 1789458. OLE color: 1789458.

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

Color convert

RGB187827-
CMYK0.7700.650.69
HSL129º62.5%18.82%-
HSV(B)129º76.92%30.59%-
XYZ3.175.661.96-
YUV54.25112.62102.15-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.63%
GREEN value IS 78 (30.86% from 255) = 63.41%
BLUE value IS 27 (10.94% from 255) = 21.95%
R=14.63%
G=63.41%
B=21.95%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1878270.7700.650.6912962.518.82
Hex124E1B4D04145813e13
Octal221163311501011052017623
Binary1001010011101101110011010100000110001011000000111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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