#124715

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

Shades of Myrtle #124715

Tints of Myrtle #124715

Color information

#124715 (or 0x124715) is unknown color: approx Myrtle. HEX triplet: 12, 47 and 15. RGB value is (18,71,21). Sum of RGB (Red+Green+Blue) = 18+71+21=110 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.36% from 110); Green value is 71 (28.12% from 255 or 64.55% from 110); Blue value is 21 (8.59% from 255 or 19.09% from 110); Max value from RGB is 71 - color contains mainly: green. Hex color #124715 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124715 is #EDB8EA. Grayscale: #313131. Windows color (decimal): -15579371 or 1394450. OLE color: 1394450.

HSL color Cylindrical-coordinate representation of color #124715: hue angle of 123.4º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #124715 is Cyan = 0.75, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.72.

Color convert

RGB187121-
CMYK0.7500.700.72
HSL123.4º59.55%17.45%-
HSV(B)123.4º74.65%27.84%-
XYZ2.644.691.48-
YUV49.45111.94105.57-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.36%
GREEN value IS 71 (28.12% from 255) = 64.55%
BLUE value IS 21 (8.59% from 255) = 19.09%
R=16.36%
G=64.55%
B=19.09%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1871210.7500.700.72123.459.5517.45
Hex1247154B046487b3c11
Octal221072511301061101737421
Binary100101000111101011001011010001101001000111101111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124715; }

 p { color: rgb(18,71,21); }

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

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

 a { background-color: rgb(18,71,21); }

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

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

 span { border-color: rgb(18,71,21); }

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