#124316

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

Shades of Myrtle #124316

Tints of Myrtle #124316

Color information

#124316 (or 0x124316) is unknown color: approx Myrtle. HEX triplet: 12, 43 and 16. RGB value is (18,67,22). Sum of RGB (Red+Green+Blue) = 18+67+22=107 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.82% from 107); Green value is 67 (26.56% from 255 or 62.62% from 107); Blue value is 22 (8.98% from 255 or 20.56% from 107); Max value from RGB is 67 - color contains mainly: green. Hex color #124316 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124316 is #EDBCE9. Grayscale: #2F2F2F. Windows color (decimal): -15580394 or 1458962. OLE color: 1458962.

HSL color Cylindrical-coordinate representation of color #124316: hue angle of 124.9º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #124316 is Cyan = 0.73, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.74.

Color convert

RGB186722-
CMYK0.7300.670.74
HSL124.9º57.65%16.67%-
HSV(B)124.9º73.13%26.27%-
XYZ2.44.21.44-
YUV47.22113.77107.16-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.82%
GREEN value IS 67 (26.56% from 255) = 62.62%
BLUE value IS 22 (8.98% from 255) = 20.56%
R=16.82%
G=62.62%
B=20.56%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1867220.7300.670.74124.957.6516.67
Hex124316490434A7d3a11
Octal221032611101031121757221
Binary100101000011101101001001010000111001010111110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124316; }

 p { color: rgb(18,67,22); }

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

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

 a { background-color: rgb(18,67,22); }

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

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

 span { border-color: rgb(18,67,22); }

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