#124F1B

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

Shades of Myrtle #124F1B

Tints of Myrtle #124F1B

Color information

#124F1B (or 0x124F1B) is unknown color: approx Myrtle. HEX triplet: 12, 4F and 1B. RGB value is (18,79,27). Sum of RGB (Red+Green+Blue) = 18+79+27=124 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.52% from 124); Green value is 79 (31.25% from 255 or 63.71% from 124); Blue value is 27 (10.94% from 255 or 21.77% from 124); Max value from RGB is 79 - color contains mainly: green. Hex color #124F1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124F1B is #EDB0E4. Grayscale: #363636. Windows color (decimal): -15577317 or 1789714. OLE color: 1789714.

HSL color Cylindrical-coordinate representation of color #124F1B: hue angle of 128.85º degrees, saturation: 0.63, 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 #124F1B is Cyan = 0.77, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.69.

Color convert

RGB187927-
CMYK0.7700.660.69
HSL128.85º62.89%19.02%-
HSV(B)128.85º77.22%30.98%-
XYZ3.245.81.99-
YUV54.83112.29101.73-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.52%
GREEN value IS 79 (31.25% from 255) = 63.71%
BLUE value IS 27 (10.94% from 255) = 21.77%
R=14.52%
G=63.71%
B=21.77%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1879270.7700.660.69128.8562.8919.02
Hex124F1B4D04245813f13
Octal221173311501021052017723
Binary1001010011111101110011010100001010001011000000111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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