#124B1A

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

Shades of Myrtle #124B1A

Tints of Myrtle #124B1A

Color information

#124B1A (or 0x124B1A) is unknown color: approx Myrtle. HEX triplet: 12, 4B and 1A. RGB value is (18,75,26). Sum of RGB (Red+Green+Blue) = 18+75+26=119 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.13% from 119); Green value is 75 (29.69% from 255 or 63.03% from 119); Blue value is 26 (10.55% from 255 or 21.85% from 119); Max value from RGB is 75 - color contains mainly: green. Hex color #124B1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124B1A is #EDB4E5. Grayscale: #343434. Windows color (decimal): -15578342 or 1723154. OLE color: 1723154.

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

Color convert

RGB187526-
CMYK0.7600.650.71
HSL128.42º61.29%18.24%-
HSV(B)128.42º76%29.41%-
XYZ2.955.241.83-
YUV52.37113.12103.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.13%
GREEN value IS 75 (29.69% from 255) = 63.03%
BLUE value IS 26 (10.55% from 255) = 21.85%
R=15.13%
G=63.03%
B=21.85%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1875260.7600.650.71128.4261.2918.24
Hex124B1A4C04147803d12
Octal221133211401011072007522
Binary1001010010111101010011000100000110001111000000011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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