#124A1B

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

Shades of Myrtle #124A1B

Tints of Myrtle #124A1B

Color information

#124A1B (or 0x124A1B) is unknown color: approx Myrtle. HEX triplet: 12, 4A and 1B. RGB value is (18,74,27). Sum of RGB (Red+Green+Blue) = 18+74+27=119 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.13% from 119); Green value is 74 (29.30% from 255 or 62.18% from 119); Blue value is 27 (10.94% from 255 or 22.69% from 119); Max value from RGB is 74 - color contains mainly: green. Hex color #124A1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124A1B is #EDB5E4. Grayscale: #343434. Windows color (decimal): -15578597 or 1788434. OLE color: 1788434.

HSL color Cylindrical-coordinate representation of color #124A1B: hue angle of 129.64º 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 #124A1B is Cyan = 0.76, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.71.

Color convert

RGB187427-
CMYK0.7600.640.71
HSL129.64º60.87%18.04%-
HSV(B)129.64º75.68%29.02%-
XYZ2.95.111.87-
YUV51.9113.95103.82-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.13%
GREEN value IS 74 (29.30% from 255) = 62.18%
BLUE value IS 27 (10.94% from 255) = 22.69%
R=15.13%
G=62.18%
B=22.69%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1874270.7600.640.71129.6460.8718.04
Hex124A1B4C04047823d12
Octal221123311401001072027522
Binary1001010010101101110011000100000010001111000001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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