#124517

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

Shades of Myrtle #124517

Tints of Myrtle #124517

Color information

#124517 (or 0x124517) is unknown color: approx Myrtle. HEX triplet: 12, 45 and 17. RGB value is (18,69,23). Sum of RGB (Red+Green+Blue) = 18+69+23=110 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.36% from 110); Green value is 69 (27.34% from 255 or 62.73% from 110); Blue value is 23 (9.38% from 255 or 20.91% from 110); Max value from RGB is 69 - color contains mainly: green. Hex color #124517 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124517 is #EDBAE8. Grayscale: #303030. Windows color (decimal): -15579881 or 1525010. OLE color: 1525010.

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

Color convert

RGB186923-
CMYK0.7400.670.73
HSL125.88º58.62%17.06%-
HSV(B)125.88º73.91%27.06%-
XYZ2.534.451.54-
YUV48.51113.6106.24-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.36%
GREEN value IS 69 (27.34% from 255) = 62.73%
BLUE value IS 23 (9.38% from 255) = 20.91%
R=16.36%
G=62.73%
B=20.91%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1869230.7400.670.73125.8858.6217.06
Hex1245174A043497e3b11
Octal221052711201031111767321
Binary100101000101101111001010010000111001001111111011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124517; }

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

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

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

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

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

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

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

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