#124B0D

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

Shades of Myrtle #124B0D

Tints of Myrtle #124B0D

Color information

#124B0D (or 0x124B0D) is unknown color: approx Myrtle. HEX triplet: 12, 4B and 0D. RGB value is (18,75,13). Sum of RGB (Red+Green+Blue) = 18+75+13=106 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.98% from 106); Green value is 75 (29.69% from 255 or 70.75% from 106); Blue value is 13 (5.47% from 255 or 12.26% from 106); Max value from RGB is 75 - color contains mainly: green. Hex color #124B0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124B0D is #EDB4F2. Grayscale: #333333. Windows color (decimal): -15578355 or 871186. OLE color: 871186.

HSL color Cylindrical-coordinate representation of color #124B0D: hue angle of 115.16º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #124B0D is Cyan = 0.76, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.71.

Color convert

RGB187513-
CMYK0.7600.830.71
HSL115.16º70.45%17.25%-
HSV(B)115.16º82.67%29.41%-
XYZ2.845.191.23-
YUV50.89106.62104.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.98%
GREEN value IS 75 (29.69% from 255) = 70.75%
BLUE value IS 13 (5.47% from 255) = 12.26%
R=16.98%
G=70.75%
B=12.26%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1875130.7600.830.71115.1670.4517.25
Hex124BD4C05347734611
Octal2211315114012310716310621
Binary100101001011110110011000101001110001111110011100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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