#123E14

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

Shades of Myrtle #123E14

Tints of Myrtle #123E14

Color information

#123E14 (or 0x123E14) is unknown color: approx Myrtle. HEX triplet: 12, 3E and 14. RGB value is (18,62,20). Sum of RGB (Red+Green+Blue) = 18+62+20=100 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18% from 100); Green value is 62 (24.61% from 255 or 62% from 100); Blue value is 20 (8.20% from 255 or 20% from 100); Max value from RGB is 62 - color contains mainly: green. Hex color #123E14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123E14 is #EDC1EB. Grayscale: #2C2C2C. Windows color (decimal): -15581676 or 1326610. OLE color: 1326610.

HSL color Cylindrical-coordinate representation of color #123E14: hue angle of 122.73º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #123E14 is Cyan = 0.71, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.76.

Color convert

RGB186220-
CMYK0.7100.680.76
HSL122.73º55%15.69%-
HSV(B)122.73º70.97%24.31%-
XYZ2.13.621.25-
YUV44.06114.42109.42-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18%
GREEN value IS 62 (24.61% from 255) = 62%
BLUE value IS 20 (8.20% from 255) = 20%
R=18%
G=62%
B=20%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1862200.7100.680.76122.735515.69
Hex123E14470444C7b3710
Octal22762410701041141736720
Binary10010111110101001000111010001001001100111101111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123E14; }

 p { color: rgb(18,62,20); }

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

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

 a { background-color: rgb(18,62,20); }

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

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

 span { border-color: rgb(18,62,20); }

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