#124113

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

Shades of Myrtle #124113

Tints of Myrtle #124113

Color information

#124113 (or 0x124113) is unknown color: approx Myrtle. HEX triplet: 12, 41 and 13. RGB value is (18,65,19). Sum of RGB (Red+Green+Blue) = 18+65+19=102 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.65% from 102); Green value is 65 (25.78% from 255 or 63.73% from 102); Blue value is 19 (7.81% from 255 or 18.63% from 102); Max value from RGB is 65 - color contains mainly: green. Hex color #124113 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124113 is #EDBEEC. Grayscale: #2D2D2D. Windows color (decimal): -15580909 or 1261842. OLE color: 1261842.

HSL color Cylindrical-coordinate representation of color #124113: hue angle of 121.28º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #124113 is Cyan = 0.72, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.75.

Color convert

RGB186519-
CMYK0.7200.710.75
HSL121.28º56.63%16.27%-
HSV(B)121.28º72.31%25.49%-
XYZ2.263.961.26-
YUV45.7112.93108.24-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.65%
GREEN value IS 65 (25.78% from 255) = 63.73%
BLUE value IS 19 (7.81% from 255) = 18.63%
R=17.65%
G=63.73%
B=18.63%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1865190.7200.710.75121.2856.6316.27
Hex124113480474B793910
Octal221012311001071131717120
Binary100101000001100111001000010001111001011111100111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124113; }

 p { color: rgb(18,65,19); }

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

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

 a { background-color: rgb(18,65,19); }

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

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

 span { border-color: rgb(18,65,19); }

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