#124711

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

Shades of Myrtle #124711

Tints of Myrtle #124711

Color information

#124711 (or 0x124711) is unknown color: approx Myrtle. HEX triplet: 12, 47 and 11. RGB value is (18,71,17). Sum of RGB (Red+Green+Blue) = 18+71+17=106 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.98% from 106); Green value is 71 (28.12% from 255 or 66.98% from 106); Blue value is 17 (7.03% from 255 or 16.04% from 106); Max value from RGB is 71 - color contains mainly: green. Hex color #124711 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124711 is #EDB8EE. Grayscale: #313131. Windows color (decimal): -15579375 or 1132306. OLE color: 1132306.

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

Color convert

RGB187117-
CMYK0.7500.760.72
HSL118.89º61.36%17.25%-
HSV(B)118.89º76.06%27.84%-
XYZ2.64.681.3-
YUV49109.94105.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.98%
GREEN value IS 71 (28.12% from 255) = 66.98%
BLUE value IS 17 (7.03% from 255) = 16.04%
R=16.98%
G=66.98%
B=16.04%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1871170.7500.760.72118.8961.3617.25
Hex1247114B04C48773d11
Octal221072111301141101677521
Binary100101000111100011001011010011001001000111011111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124711; }

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

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

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

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

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

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

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

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