#124B0C

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

Shades of Myrtle #124B0C

Tints of Myrtle #124B0C

Color information

#124B0C (or 0x124B0C) is unknown color: approx Myrtle. HEX triplet: 12, 4B and 0C. RGB value is (18,75,12). Sum of RGB (Red+Green+Blue) = 18+75+12=105 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.14% from 105); Green value is 75 (29.69% from 255 or 71.43% from 105); Blue value is 12 (5.08% from 255 or 11.43% from 105); Max value from RGB is 75 - color contains mainly: green. Hex color #124B0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124B0C is #EDB4F3. Grayscale: #323232. Windows color (decimal): -15578356 or 805650. OLE color: 805650.

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

Color convert

RGB187512-
CMYK0.7600.840.71
HSL114.29º72.41%17.06%-
HSV(B)114.29º84%29.41%-
XYZ2.835.191.2-
YUV50.78106.12104.62-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.14%
GREEN value IS 75 (29.69% from 255) = 71.43%
BLUE value IS 12 (5.08% from 255) = 11.43%
R=17.14%
G=71.43%
B=11.43%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1875120.7600.840.71114.2972.4117.06
Hex124BC4C05447724811
Octal2211314114012410716211021
Binary100101001011110010011000101010010001111110010100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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