#124017

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

Shades of Myrtle #124017

Tints of Myrtle #124017

Color information

#124017 (or 0x124017) is unknown color: approx Myrtle. HEX triplet: 12, 40 and 17. RGB value is (18,64,23). Sum of RGB (Red+Green+Blue) = 18+64+23=105 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.14% from 105); Green value is 64 (25.39% from 255 or 60.95% from 105); Blue value is 23 (9.38% from 255 or 21.90% from 105); Max value from RGB is 64 - color contains mainly: green. Hex color #124017 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124017 is #EDBFE8. Grayscale: #2D2D2D. Windows color (decimal): -15581161 or 1523730. OLE color: 1523730.

HSL color Cylindrical-coordinate representation of color #124017: hue angle of 126.52º degrees, saturation: 0.56, 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 #124017 is Cyan = 0.72, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.75.

Color convert

RGB186423-
CMYK0.7200.640.75
HSL126.52º56.1%16.08%-
HSV(B)126.52º71.88%25.1%-
XYZ2.243.861.44-
YUV45.57115.26108.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.14%
GREEN value IS 64 (25.39% from 255) = 60.95%
BLUE value IS 23 (9.38% from 255) = 21.90%
R=17.14%
G=60.95%
B=21.90%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1864230.7200.640.75126.5256.116.08
Hex124017480404B7f3810
Octal221002711001001131777020
Binary100101000000101111001000010000001001011111111111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124017; }

 p { color: rgb(18,64,23); }

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

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

 a { background-color: rgb(18,64,23); }

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

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

 span { border-color: rgb(18,64,23); }

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